229 строки
19 KiB
YAML
229 строки
19 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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.machinelearning.models.PrivateEndpointConnections.define(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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.machinelearning.models.PrivateEndpointConnection.DefinitionStages.Blank?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection.DefinitionStages.Blank&text=Blank\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.delete(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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: "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: "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.machinelearning.models.PrivateEndpointConnections.deleteById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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.machinelearning.models.PrivateEndpointConnections.deleteByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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 <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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: "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: "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 <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\" /><<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Void.html\">Void</a>>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.get(java.lang.String,java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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: "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: "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.machinelearning.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.getById(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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 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.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.getByIdWithResponse(java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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 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\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.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: "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: "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 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\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.list(java.lang.String,java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.list(String resourceGroupName, String workspaceName)"
|
|
name: "list(String resourceGroupName, String workspaceName)"
|
|
nameWithType: "PrivateEndpointConnections.list(String resourceGroupName, String workspaceName)"
|
|
summary: "List all the private endpoint connections associated with the workspace."
|
|
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<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName)"
|
|
desc: "List all the private endpoint connections associated with the workspace."
|
|
returns:
|
|
description: "list of private endpoint connection associated with the specified workspace as paginated response with\n <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\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.list(java.lang.String,java.lang.String,com.azure.core.util.Context)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnections.list(String resourceGroupName, String workspaceName, Context context)"
|
|
name: "list(String resourceGroupName, String workspaceName, Context context)"
|
|
nameWithType: "PrivateEndpointConnections.list(String resourceGroupName, String workspaceName, Context context)"
|
|
summary: "List all the private endpoint connections associated with the workspace."
|
|
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: "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<PrivateEndpointConnection> list(String resourceGroupName, String workspaceName, Context context)"
|
|
desc: "List all the private endpoint connections associated with the workspace."
|
|
returns:
|
|
description: "list of private endpoint connection associated with the specified workspace as paginated response with\n <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\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection?alt=com.azure.resourcemanager.machinelearning.models.PrivateEndpointConnection&text=PrivateEndpointConnection\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Resource collection API of PrivateEndpointConnections."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|