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

235 строки
17 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections"
name: "WorkspaceConnections"
nameWithType: "WorkspaceConnections"
summary: "Resource collection API of Workspace<wbr>Connections."
syntax: "public interface **WorkspaceConnections**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.define(String name)"
name: "define(String name)"
nameWithType: "WorkspaceConnections.define(String name)"
summary: "Begins definition for a new Workspace<wbr>Connection 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 WorkspaceConnection.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new WorkspaceConnection resource."
returns:
description: "the first stage of the new WorkspaceConnection definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.delete(String resourceGroupName, String workspaceName, String connectionName)"
name: "delete(String resourceGroupName, String workspaceName, String connectionName)"
nameWithType: "WorkspaceConnections.delete(String resourceGroupName, String workspaceName, String connectionName)"
summary: "Delete a workspace connection."
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: "Friendly name of the workspace connection."
name: "connectionName"
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, String connectionName)"
desc: "Delete a workspace connection."
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "WorkspaceConnections.deleteById(String id)"
summary: "Delete a workspace connection."
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: "Delete a workspace connection."
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "WorkspaceConnections.deleteByIdWithResponse(String id, Context context)"
summary: "Delete a workspace connection."
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<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Delete a workspace connection."
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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.deleteWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
nameWithType: "WorkspaceConnections.deleteWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
summary: "Delete a workspace connection."
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: "Friendly name of the workspace connection."
name: "connectionName"
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<Void> deleteWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
desc: "Delete a workspace connection."
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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.get(String resourceGroupName, String workspaceName, String connectionName)"
name: "get(String resourceGroupName, String workspaceName, String connectionName)"
nameWithType: "WorkspaceConnections.get(String resourceGroupName, String workspaceName, String connectionName)"
summary: "Get the detail of a workspace connection."
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: "Friendly name of the workspace connection."
name: "connectionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract WorkspaceConnection get(String resourceGroupName, String workspaceName, String connectionName)"
desc: "Get the detail of a workspace connection."
returns:
description: "the detail of a workspace connection."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection&text=WorkspaceConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.getById(String id)"
name: "getById(String id)"
nameWithType: "WorkspaceConnections.getById(String id)"
summary: "Get the detail of a workspace connection."
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 WorkspaceConnection getById(String id)"
desc: "Get the detail of a workspace connection."
returns:
description: "the detail of a workspace connection."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection&text=WorkspaceConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "WorkspaceConnections.getByIdWithResponse(String id, Context context)"
summary: "Get the detail of a workspace connection."
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<WorkspaceConnection> getByIdWithResponse(String id, Context context)"
desc: "Get the detail of a workspace connection."
returns:
description: "the detail of a workspace connection."
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.WorkspaceConnection?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection&text=WorkspaceConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.getWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
nameWithType: "WorkspaceConnections.getWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
summary: "Get the detail of a workspace connection."
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: "Friendly name of the workspace connection."
name: "connectionName"
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<WorkspaceConnection> getWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
desc: "Get the detail of a workspace connection."
returns:
description: "the detail of a workspace connection."
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.WorkspaceConnection?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection&text=WorkspaceConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.list(String resourceGroupName, String workspaceName)"
name: "list(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspaceConnections.list(String resourceGroupName, String workspaceName)"
summary: "List all connections under a AML 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 PagedIterable<WorkspaceConnection> list(String resourceGroupName, String workspaceName)"
desc: "List all connections under a AML workspace."
returns:
description: "paginated list of Workspace connection objects."
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.WorkspaceConnection?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection&text=WorkspaceConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnections.list(String resourceGroupName, String workspaceName, String target, String category, Context context)"
name: "list(String resourceGroupName, String workspaceName, String target, String category, Context context)"
nameWithType: "WorkspaceConnections.list(String resourceGroupName, String workspaceName, String target, String category, Context context)"
summary: "List all connections under a AML 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: "Target of the workspace connection."
name: "target"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- description: "Category of the workspace connection."
name: "category"
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<WorkspaceConnection> list(String resourceGroupName, String workspaceName, String target, String category, Context context)"
desc: "List all connections under a AML workspace."
returns:
description: "paginated list of Workspace connection objects."
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.WorkspaceConnection?alt=com.azure.resourcemanager.machinelearningservices.models.WorkspaceConnection&text=WorkspaceConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of WorkspaceConnections."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1