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

282 строки
22 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections"
name: "WorkspaceConnections"
nameWithType: "WorkspaceConnections"
summary: "Resource collection API of Workspace<wbr>Connections."
syntax: "public interface **WorkspaceConnections**"
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.define(String name)"
name: "define(String name)"
nameWithType: "WorkspaceConnections.define(String name)"
summary: "Begins definition for a new Workspace<wbr>Connection<wbr>PropertiesV2Basic<wbr>Resource 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 WorkspaceConnectionPropertiesV2BasicResource.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new WorkspaceConnectionPropertiesV2BasicResource resource."
returns:
description: "the first stage of the new WorkspaceConnectionPropertiesV2BasicResource definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.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: "The delete operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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: "The delete operation."
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "WorkspaceConnections.deleteById(String id)"
summary: "The delete operation."
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: "The delete operation."
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "WorkspaceConnections.deleteByIdWithResponse(String id, Context context)"
summary: "The delete operation."
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: "The delete operation."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.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: "The delete operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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: "The delete operation."
returns:
description: "the <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;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.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: "The get operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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 WorkspaceConnectionPropertiesV2BasicResource get(String resourceGroupName, String workspaceName, String connectionName)"
desc: "The get operation."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.getById(String id)"
name: "getById(String id)"
nameWithType: "WorkspaceConnections.getById(String id)"
summary: "The get operation."
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 WorkspaceConnectionPropertiesV2BasicResource getById(String id)"
desc: "The get operation."
returns:
description: "the response body 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.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "WorkspaceConnections.getByIdWithResponse(String id, Context context)"
summary: "The get operation."
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<WorkspaceConnectionPropertiesV2BasicResource> getByIdWithResponse(String id, Context context)"
desc: "The get operation."
returns:
description: "the response body 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.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.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: "The get operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<WorkspaceConnectionPropertiesV2BasicResource> getWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
desc: "The get operation."
returns:
description: "the response body 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.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.list(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.list(String resourceGroupName, String workspaceName)"
name: "list(String resourceGroupName, String workspaceName)"
nameWithType: "WorkspaceConnections.list(String resourceGroupName, String workspaceName)"
summary: "The list operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<WorkspaceConnectionPropertiesV2BasicResource> list(String resourceGroupName, String workspaceName)"
desc: "The list operation."
returns:
description: "the 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.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.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: "The list operation."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<WorkspaceConnectionPropertiesV2BasicResource> list(String resourceGroupName, String workspaceName, String target, String category, Context context)"
desc: "The list operation."
returns:
description: "the 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.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.listSecrets(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.listSecrets(String resourceGroupName, String workspaceName, String connectionName)"
name: "listSecrets(String resourceGroupName, String workspaceName, String connectionName)"
nameWithType: "WorkspaceConnections.listSecrets(String resourceGroupName, String workspaceName, String connectionName)"
summary: "List all the secrets of a machine learning workspaces connections."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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 WorkspaceConnectionPropertiesV2BasicResource listSecrets(String resourceGroupName, String workspaceName, String connectionName)"
desc: "List all the secrets of a machine learning workspaces connections."
returns:
description: "the response."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.listSecretsWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearning.models.WorkspaceConnections.listSecretsWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
name: "listSecretsWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
nameWithType: "WorkspaceConnections.listSecretsWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
summary: "List all the secrets of a machine learning workspaces connections."
modifiers:
- "abstract"
parameters:
- description: "The name of the resource group. The name is case insensitive."
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<WorkspaceConnectionPropertiesV2BasicResource> listSecretsWithResponse(String resourceGroupName, String workspaceName, String connectionName, Context context)"
desc: "List all the secrets of a machine learning workspaces connections."
returns:
description: "the response body 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.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource?alt=com.azure.resourcemanager.machinelearning.models.WorkspaceConnectionPropertiesV2BasicResource&text=WorkspaceConnectionPropertiesV2BasicResource\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of WorkspaceConnections."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0