azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.h...

382 строки
35 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient"
name: "WorkspacesClient"
nameWithType: "WorkspacesClient"
summary: "An instance of this class provides access to all the operations defined in Workspaces<wbr>Client."
syntax: "public interface **WorkspacesClient**"
methods:
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
name: "beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
nameWithType: "WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
summary: "Creates or updates a workspace resource with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for creating or updating a healthcare workspace."
name: "workspace"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<WorkspaceInner>,WorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
desc: "Creates or updates a workspace resource with the specified parameters."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of workspace resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
nameWithType: "WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
summary: "Creates or updates a workspace resource with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for creating or updating a healthcare workspace."
name: "workspace"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<WorkspaceInner>,WorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
desc: "Creates or updates a workspace resource with the specified parameters."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of workspace resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginDelete(String resourceGroupName, String workspaceName)"
name: "beginDelete(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.beginDelete(String resourceGroupName, String workspaceName)"
summary: "Deletes a specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName)"
desc: "Deletes a specified workspace."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginDelete(String resourceGroupName, String workspaceName, Context context)"
name: "beginDelete(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.beginDelete(String resourceGroupName, String workspaceName, Context context)"
summary: "Deletes a specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<Void>,Void> beginDelete(String resourceGroupName, String workspaceName, Context context)"
desc: "Deletes a specified workspace."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of long-running operation."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
name: "beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
nameWithType: "WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
summary: "Patch workspace details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for updating a specified workspace."
name: "workspacePatchResource"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource?alt=com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource&text=WorkspacePatchResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<WorkspaceInner>,WorkspaceInner> beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
desc: "Patch workspace details."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of workspace resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
name: "beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
nameWithType: "WorkspacesClient.beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
summary: "Patch workspace details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for updating a specified workspace."
name: "workspacePatchResource"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource?alt=com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource&text=WorkspacePatchResource\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<WorkspaceInner>,WorkspaceInner> beginUpdate(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
desc: "Patch workspace details."
returns:
description: "the <xref uid=\"com.azure.core.util.polling.SyncPoller\" data-throw-if-not-resolved=\"false\" data-raw-source=\"SyncPoller\"></xref> for polling of workspace resource."
type: "<xref href=\"com.azure.core.util.polling.SyncPoller?alt=com.azure.core.util.polling.SyncPoller&text=SyncPoller\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.core.management.polling.PollResult?alt=com.azure.core.management.polling.PollResult&text=PollResult\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
nameWithType: "WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
summary: "Creates or updates a workspace resource with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for creating or updating a healthcare workspace."
name: "workspace"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract WorkspaceInner createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace)"
desc: "Creates or updates a workspace resource with the specified parameters."
returns:
description: "workspace resource."
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
nameWithType: "WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
summary: "Creates or updates a workspace resource with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for creating or updating a healthcare workspace."
name: "workspace"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract WorkspaceInner createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner workspace, Context context)"
desc: "Creates or updates a workspace resource with the specified parameters."
returns:
description: "workspace resource."
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.delete(String resourceGroupName, String workspaceName)"
name: "delete(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.delete(String resourceGroupName, String workspaceName)"
summary: "Deletes a specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void delete(String resourceGroupName, String workspaceName)"
desc: "Deletes a specified workspace."
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.delete(String resourceGroupName, String workspaceName, Context context)"
name: "delete(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.delete(String resourceGroupName, String workspaceName, Context context)"
summary: "Deletes a specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract void delete(String resourceGroupName, String workspaceName, Context context)"
desc: "Deletes a specified workspace."
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.getByResourceGroup(String resourceGroupName, String workspaceName)"
name: "getByResourceGroup(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.getByResourceGroup(String resourceGroupName, String workspaceName)"
summary: "Gets the properties of the specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract WorkspaceInner getByResourceGroup(String resourceGroupName, String workspaceName)"
desc: "Gets the properties of the specified workspace."
returns:
description: "the properties of the specified workspace."
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "Gets the properties of the specified workspace."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract Response<WorkspaceInner> getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "Gets the properties of the specified workspace."
returns:
description: "the properties of the specified workspace along with <xref uid=\"com.azure.core.http.rest.Response\" data-throw-if-not-resolved=\"false\" data-raw-source=\"Response\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.Response?alt=com.azure.core.http.rest.Response&text=Response\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.list()"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.list()"
name: "list()"
nameWithType: "WorkspacesClient.list()"
summary: "Lists all the available workspaces under the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<WorkspaceInner> list()"
desc: "Lists all the available workspaces under the specified subscription."
returns:
description: "collection of workspace object with a next link as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.list(com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.list(Context context)"
name: "list(Context context)"
nameWithType: "WorkspacesClient.list(Context context)"
summary: "Lists all the available workspaces under the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<WorkspaceInner> list(Context context)"
desc: "Lists all the available workspaces under the specified subscription."
returns:
description: "collection of workspace object with a next link as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "WorkspacesClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists all the available workspaces under the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PagedIterable<WorkspaceInner> listByResourceGroup(String resourceGroupName)"
desc: "Lists all the available workspaces under the specified resource group."
returns:
description: "collection of workspace object with a next link as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.listByResourceGroup(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.listByResourceGroup(String resourceGroupName, Context context)"
name: "listByResourceGroup(String resourceGroupName, Context context)"
nameWithType: "WorkspacesClient.listByResourceGroup(String resourceGroupName, Context context)"
summary: "Lists all the available workspaces under the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PagedIterable<WorkspaceInner> listByResourceGroup(String resourceGroupName, Context context)"
desc: "Lists all the available workspaces under the specified resource group."
returns:
description: "collection of workspace object with a next link as paginated response with <xref uid=\"com.azure.core.http.rest.PagedIterable\" data-throw-if-not-resolved=\"false\" data-raw-source=\"PagedIterable\"></xref>."
type: "<xref href=\"com.azure.core.http.rest.PagedIterable?alt=com.azure.core.http.rest.PagedIterable&text=PagedIterable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
name: "update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
nameWithType: "WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
summary: "Patch workspace details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for updating a specified workspace."
name: "workspacePatchResource"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource?alt=com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource&text=WorkspacePatchResource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract WorkspaceInner update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource)"
desc: "Patch workspace details."
returns:
description: "workspace resource."
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.healthcareapis.fluent.WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
name: "update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
nameWithType: "WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
summary: "Patch workspace details."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group that contains the service instance."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The name of workspace resource."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "The parameters for updating a specified workspace."
name: "workspacePatchResource"
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource?alt=com.azure.resourcemanager.healthcareapis.models.WorkspacePatchResource&text=WorkspacePatchResource\" data-throw-if-not-resolved=\"False\" />"
- description: "The context to associate with this operation."
name: "context"
type: "<xref href=\"com.azure.core.util.Context?alt=com.azure.core.util.Context&text=Context\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract WorkspaceInner update(String resourceGroupName, String workspaceName, WorkspacePatchResource workspacePatchResource, Context context)"
desc: "Patch workspace details."
returns:
description: "workspace resource."
type: "<xref href=\"com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.healthcareapis.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in WorkspacesClient."
metadata: {}
package: "com.azure.resourcemanager.healthcareapis.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-healthcareapis:1.1.0