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

188 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections"
name: "PrivateEndpointConnections"
nameWithType: "PrivateEndpointConnections"
summary: "Resource collection API of Private<wbr>Endpoint<wbr>Connections."
syntax: "public interface **PrivateEndpointConnections**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.define(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.define(String name)"
name: "define(String name)"
nameWithType: "PrivateEndpointConnections.define(String name)"
summary: "Begins definition for a new Private<wbr>Endpoint<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 PrivateEndpointConnection.DefinitionStages.Blank define(String name)"
desc: "Begins definition for a new PrivateEndpointConnection resource."
returns:
description: "the first stage of the new PrivateEndpointConnection definition."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
name: "delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
nameWithType: "PrivateEndpointConnections.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
summary: "Deletes the specified private endpoint connection associated with the 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 name of the private endpoint connection associated with the workspace."
name: "privateEndpointConnectionName"
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 privateEndpointConnectionName)"
desc: "Deletes the specified private endpoint connection associated with the workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.deleteById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.deleteById(String id)"
name: "deleteById(String id)"
nameWithType: "PrivateEndpointConnections.deleteById(String id)"
summary: "Deletes the specified private endpoint connection associated with the 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 the specified private endpoint connection associated with the workspace."
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.deleteByIdWithResponse(String id, Context context)"
name: "deleteByIdWithResponse(String id, Context context)"
nameWithType: "PrivateEndpointConnections.deleteByIdWithResponse(String id, Context context)"
summary: "Deletes the specified private endpoint connection associated with the 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<Void> deleteByIdWithResponse(String id, Context context)"
desc: "Deletes the specified private endpoint connection associated with the workspace."
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.PrivateEndpointConnections.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.deleteWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
nameWithType: "PrivateEndpointConnections.deleteWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
summary: "Deletes the specified private endpoint connection associated with the 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 name of the private endpoint connection associated with the workspace."
name: "privateEndpointConnectionName"
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 privateEndpointConnectionName, Context context)"
desc: "Deletes the specified private endpoint connection associated with the workspace."
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.PrivateEndpointConnections.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
name: "get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
nameWithType: "PrivateEndpointConnections.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
summary: "Gets the specified private endpoint connection associated with the 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 name of the private endpoint connection associated with the workspace."
name: "privateEndpointConnectionName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PrivateEndpointConnection get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
desc: "Gets the specified private endpoint connection associated with the workspace."
returns:
description: "the specified private endpoint connection associated with the workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.getById(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.getById(String id)"
name: "getById(String id)"
nameWithType: "PrivateEndpointConnections.getById(String id)"
summary: "Gets the specified private endpoint connection associated with the 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 PrivateEndpointConnection getById(String id)"
desc: "Gets the specified private endpoint connection associated with the workspace."
returns:
description: "the specified private endpoint connection associated with the workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.getByIdWithResponse(String id, Context context)"
name: "getByIdWithResponse(String id, Context context)"
nameWithType: "PrivateEndpointConnections.getByIdWithResponse(String id, Context context)"
summary: "Gets the specified private endpoint connection associated with the 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<PrivateEndpointConnection> getByIdWithResponse(String id, Context context)"
desc: "Gets the specified private endpoint connection associated with the workspace."
returns:
description: "the specified private endpoint connection associated with the 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.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnections.getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
nameWithType: "PrivateEndpointConnections.getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
summary: "Gets the specified private endpoint connection associated with the 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 name of the private endpoint connection associated with the workspace."
name: "privateEndpointConnectionName"
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<PrivateEndpointConnection> getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
desc: "Gets the specified private endpoint connection associated with the workspace."
returns:
description: "the specified private endpoint connection associated with the 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.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of PrivateEndpointConnections."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1