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

356 строки
26 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces"
name: "Workspaces"
nameWithType: "Workspaces"
summary: "Resource collection API of Workspaces."
syntax: "public interface **Workspaces**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.define(String name)"
name: "define(String name)"
nameWithType: "Workspaces.define(String name)"
summary: "Begins definition for a new Workspace resource."
modifiers:
- "abstract"
parameters:
- description: "resource name."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Workspace.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new Workspace resource."
returns:
description: "the first stage of the new Workspace definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.Workspace.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.delete(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.delete(String resourceGroupName, String workspaceName, Context context)"
name: "delete(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "Workspaces.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.models.Workspaces.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "Workspaces.deleteById(String id)"
summary: "Deletes a machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract void deleteById(String id)"
desc: "Deletes a machine learning workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "Workspaces.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes a machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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 deleteByIdWithResponse(String id, Context context)"
desc: "Deletes a machine learning workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.deleteByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.deleteByResourceGroup(String resourceGroupName, String workspaceName)"
name: "deleteByResourceGroup(String resourceGroupName, String workspaceName)"
nameWithType: "Workspaces.deleteByResourceGroup(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 deleteByResourceGroup(String resourceGroupName, String workspaceName)"
desc: "Deletes a machine learning workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getById(String id)"
name: "getById(String id)"
nameWithType: "Workspaces.getById(String id)"
summary: "Gets the properties of the specified machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract Workspace getById(String id)"
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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "Workspaces.getByIdWithResponse(String id, Context context)"
summary: "Gets the properties of the specified machine learning workspace."
modifiers:
- "abstract"
parameters:
- description: "the resource ID."
name: "id"
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<Workspace> getByIdWithResponse(String id, 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getByResourceGroup(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getByResourceGroup(String resourceGroupName, String workspaceName)"
name: "getByResourceGroup(String resourceGroupName, String workspaceName)"
nameWithType: "Workspaces.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 Workspace 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getByResourceGroupWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "getByResourceGroupWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "Workspaces.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<Workspace> 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.list()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.list()"
name: "list()"
nameWithType: "Workspaces.list()"
summary: "Lists all the available machine learning workspaces under the specified subscription."
modifiers:
- "abstract"
syntax: "public abstract PagedIterable<Workspace> 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.list(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.list(String skip, Context context)"
name: "list(String skip, Context context)"
nameWithType: "Workspaces.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<Workspace> 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listByResourceGroup(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listByResourceGroup(String resourceGroupName)"
name: "listByResourceGroup(String resourceGroupName)"
nameWithType: "Workspaces.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<Workspace> 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listByResourceGroup(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listByResourceGroup(String resourceGroupName, String skip, Context context)"
name: "listByResourceGroup(String resourceGroupName, String skip, Context context)"
nameWithType: "Workspaces.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<Workspace> 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.models.Workspace?alt=com.azure.resourcemanager.machinelearningservices.models.Workspace&text=Workspace\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listKeys(String resourceGroupName, String workspaceName)"
name: "listKeys(String resourceGroupName, String workspaceName)"
nameWithType: "Workspaces.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 ListWorkspaceKeysResult 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.models.ListWorkspaceKeysResult?alt=com.azure.resourcemanager.machinelearningservices.models.ListWorkspaceKeysResult&text=ListWorkspaceKeysResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listKeysWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "listKeysWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "Workspaces.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<ListWorkspaceKeysResult> 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.models.ListWorkspaceKeysResult?alt=com.azure.resourcemanager.machinelearningservices.models.ListWorkspaceKeysResult&text=ListWorkspaceKeysResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listNotebookAccessToken(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listNotebookAccessToken(String resourceGroupName, String workspaceName)"
name: "listNotebookAccessToken(String resourceGroupName, String workspaceName)"
nameWithType: "Workspaces.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 NotebookAccessTokenResult listNotebookAccessToken(String resourceGroupName, String workspaceName)"
desc: "return notebook access token and refresh token."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.NotebookAccessTokenResult?alt=com.azure.resourcemanager.machinelearningservices.models.NotebookAccessTokenResult&text=NotebookAccessTokenResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listNotebookAccessTokenWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.listNotebookAccessTokenWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "listNotebookAccessTokenWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "Workspaces.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<NotebookAccessTokenResult> 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.models.NotebookAccessTokenResult?alt=com.azure.resourcemanager.machinelearningservices.models.NotebookAccessTokenResult&text=NotebookAccessTokenResult\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.resyncKeys(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.resyncKeys(String resourceGroupName, String workspaceName)"
name: "resyncKeys(String resourceGroupName, String workspaceName)"
nameWithType: "Workspaces.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.models.Workspaces.resyncKeys(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.Workspaces.resyncKeys(String resourceGroupName, String workspaceName, Context context)"
name: "resyncKeys(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "Workspaces.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."
type: "interface"
desc: "Resource collection API of Workspaces."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1