azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.m...

499 строки
44 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient"
fullName: "com.azure.resourcemanager.machinelearningservices.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.machinelearningservices.fluent.WorkspacesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
name: "beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
nameWithType: "WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
summary: "Creates or updates a workspace with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract SyncPoller<PollResult<WorkspaceInner>,WorkspaceInner> beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
desc: "Creates or updates a workspace with the specified parameters."
returns:
description: "an object that represents a machine learning workspace."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginCreateOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, Context context)"
name: "beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, Context context)"
nameWithType: "WorkspacesClient.beginCreateOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, Context context)"
summary: "Creates or updates a workspace with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.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 parameters, Context context)"
desc: "Creates or updates a workspace with the specified parameters."
returns:
description: "an object that represents a machine learning workspace."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;,<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginDelete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginDelete(String resourceGroupName, String workspaceName)"
name: "beginDelete(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.beginDelete(String resourceGroupName, String workspaceName)"
summary: "Deletes a machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
returns:
description: "the completion."
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.machinelearningservices.fluent.WorkspacesClient.beginDelete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.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 machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
returns:
description: "the completion."
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.machinelearningservices.fluent.WorkspacesClient.beginResyncKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginResyncKeys(String resourceGroupName, String workspaceName)"
name: "beginResyncKeys(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.beginResyncKeys(String resourceGroupName, String workspaceName)"
summary: "Resync all the keys associated with this workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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> beginResyncKeys(String resourceGroupName, String workspaceName)"
desc: "Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry."
returns:
description: "the completion."
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.machinelearningservices.fluent.WorkspacesClient.beginResyncKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.beginResyncKeys(String resourceGroupName, String workspaceName, Context context)"
name: "beginResyncKeys(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.beginResyncKeys(String resourceGroupName, String workspaceName, Context context)"
summary: "Resync all the keys associated with this workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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> beginResyncKeys(String resourceGroupName, String workspaceName, Context context)"
desc: "Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry."
returns:
description: "the completion."
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.machinelearningservices.fluent.WorkspacesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
nameWithType: "WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
summary: "Creates or updates a workspace with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract WorkspaceInner createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters)"
desc: "Creates or updates a workspace with the specified parameters."
returns:
description: "an object that represents a machine learning workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.createOrUpdate(java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, Context context)"
name: "createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, Context context)"
nameWithType: "WorkspacesClient.createOrUpdate(String resourceGroupName, String workspaceName, WorkspaceInner parameters, Context context)"
summary: "Creates or updates a workspace with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.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 parameters, Context context)"
desc: "Creates or updates a workspace with the specified parameters."
returns:
description: "an object that represents a machine learning workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.delete(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.delete(String resourceGroupName, String workspaceName)"
name: "delete(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.delete(String resourceGroupName, String workspaceName)"
summary: "Deletes a machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.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 machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.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 machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
returns:
description: "the properties of the specified machine learning workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.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 machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
returns:
description: "the properties of the specified machine learning workspace."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.list()"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.list()"
name: "list()"
nameWithType: "WorkspacesClient.list()"
summary: "Lists all the available machine learning workspaces under the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<WorkspaceInner> list()"
desc: "Lists all the available machine learning workspaces under the specified subscription."
returns:
description: "the result of a request to list machine learning workspaces."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.list(String skip, Context context)"
name: "list(String skip, Context context)"
nameWithType: "WorkspacesClient.list(String skip, Context context)"
summary: "Lists all the available machine learning workspaces under the specified subscription."
modifiers:
- "abstract"
parameters:
- description: "Continuation token for pagination."
name: "skip"
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> list(String skip, Context context)"
desc: "Lists all the available machine learning workspaces under the specified subscription."
returns:
description: "the result of a request to list machine learning workspaces."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "WorkspacesClient.listByResourceGroup(String resourceGroupName)"
summary: "Lists all the available machine learning workspaces under the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
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 machine learning workspaces under the specified resource group."
returns:
description: "the result of a request to list machine learning workspaces."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listByResourceGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listByResourceGroup(String resourceGroupName, String skip, Context context)"
name: "listByResourceGroup(String resourceGroupName, String skip, Context context)"
nameWithType: "WorkspacesClient.listByResourceGroup(String resourceGroupName, String skip, Context context)"
summary: "Lists all the available machine learning workspaces under the specified resource group."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Continuation token for pagination."
name: "skip"
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, String skip, Context context)"
desc: "Lists all the available machine learning workspaces under the specified resource group."
returns:
description: "the result of a request to list machine learning workspaces."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listKeys(String resourceGroupName, String workspaceName)"
name: "listKeys(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.listKeys(String resourceGroupName, String workspaceName)"
summary: "Lists all the keys associated with this workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract ListWorkspaceKeysResultInner listKeys(String resourceGroupName, String workspaceName)"
desc: "Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.ListWorkspaceKeysResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ListWorkspaceKeysResultInner&text=ListWorkspaceKeysResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listKeysWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "Lists all the keys associated with this workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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<ListWorkspaceKeysResultInner> listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "Lists all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry."
returns:
description: "the response."
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.machinelearningservices.fluent.models.ListWorkspaceKeysResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.ListWorkspaceKeysResultInner&text=ListWorkspaceKeysResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listNotebookAccessToken(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listNotebookAccessToken(String resourceGroupName, String workspaceName)"
name: "listNotebookAccessToken(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.listNotebookAccessToken(String resourceGroupName, String workspaceName)"
summary: "return notebook access token and refresh token."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract NotebookAccessTokenResultInner listNotebookAccessToken(String resourceGroupName, String workspaceName)"
desc: "return notebook access token and refresh token."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookAccessTokenResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookAccessTokenResultInner&text=NotebookAccessTokenResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listNotebookAccessTokenWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.listNotebookAccessTokenWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "listNotebookAccessTokenWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.listNotebookAccessTokenWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "return notebook access token and refresh token."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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<NotebookAccessTokenResultInner> listNotebookAccessTokenWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "return notebook access token and refresh token."
returns:
description: "the response."
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.machinelearningservices.fluent.models.NotebookAccessTokenResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.NotebookAccessTokenResultInner&text=NotebookAccessTokenResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.resyncKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.resyncKeys(String resourceGroupName, String workspaceName)"
name: "resyncKeys(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspacesClient.resyncKeys(String resourceGroupName, String workspaceName)"
summary: "Resync all the keys associated with this workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
name: "workspaceName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void resyncKeys(String resourceGroupName, String workspaceName)"
desc: "Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.resyncKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.resyncKeys(String resourceGroupName, String workspaceName, Context context)"
name: "resyncKeys(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "WorkspacesClient.resyncKeys(String resourceGroupName, String workspaceName, Context context)"
summary: "Resync all the keys associated with this workspace."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 resyncKeys(String resourceGroupName, String workspaceName, Context context)"
desc: "Resync all the keys associated with this workspace. This includes keys for the storage account, app insights and password for container registry."
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.update(java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.WorkspaceUpdateParameters)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters)"
name: "update(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters)"
nameWithType: "WorkspacesClient.update(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters)"
summary: "Updates a machine learning workspace with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceUpdateParameters&text=WorkspaceUpdateParameters\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract WorkspaceInner update(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters)"
desc: "Updates a machine learning workspace with the specified parameters."
returns:
description: "an object that represents a machine learning workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.updateWithResponse(java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.models.WorkspaceUpdateParameters,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.WorkspacesClient.updateWithResponse(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters, Context context)"
name: "updateWithResponse(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters, Context context)"
nameWithType: "WorkspacesClient.updateWithResponse(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters, Context context)"
summary: "Updates a machine learning workspace with the specified parameters."
modifiers:
- "abstract"
parameters:
- description: "Name of the resource group in which workspace is located."
name: "resourceGroupName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Name of Azure Machine Learning workspace."
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 machine learning workspace."
name: "parameters"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceUpdateParameters?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceUpdateParameters&text=WorkspaceUpdateParameters\" 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 Response<WorkspaceInner> updateWithResponse(String resourceGroupName, String workspaceName, WorkspaceUpdateParameters parameters, Context context)"
desc: "Updates a machine learning workspace with the specified parameters."
returns:
description: "an object that represents a machine learning workspace."
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.machinelearningservices.fluent.models.WorkspaceInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.WorkspaceInner&text=WorkspaceInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in WorkspacesClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1