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

158 строки
15 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient"
name: "PrivateEndpointConnectionsClient"
nameWithType: "PrivateEndpointConnectionsClient"
summary: "An instance of this class provides access to all the operations defined in Private<wbr>Endpoint<wbr>Connections<wbr>Client."
syntax: "public interface **PrivateEndpointConnectionsClient**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.delete(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
name: "delete(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
nameWithType: "PrivateEndpointConnectionsClient.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.fluent.PrivateEndpointConnectionsClient.deleteWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.deleteWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
name: "deleteWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
nameWithType: "PrivateEndpointConnectionsClient.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.fluent.PrivateEndpointConnectionsClient.get(java.lang.String,java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
name: "get(String resourceGroupName, String workspaceName, String privateEndpointConnectionName)"
nameWithType: "PrivateEndpointConnectionsClient.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 PrivateEndpointConnectionInner 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.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.getWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
name: "getWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, Context context)"
nameWithType: "PrivateEndpointConnectionsClient.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<PrivateEndpointConnectionInner> 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.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.put(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.put(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)"
name: "put(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)"
nameWithType: "PrivateEndpointConnectionsClient.put(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)"
summary: "Update the state of 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 private endpoint connection properties."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
syntax: "public abstract PrivateEndpointConnectionInner put(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties)"
desc: "Update the state of specified private endpoint connection associated with the workspace."
returns:
description: "the Private Endpoint Connection resource."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.putWithResponse(java.lang.String,java.lang.String,java.lang.String,com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateEndpointConnectionsClient.putWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)"
name: "putWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)"
nameWithType: "PrivateEndpointConnectionsClient.putWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)"
summary: "Update the state of 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 private endpoint connection properties."
name: "properties"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />"
- 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<PrivateEndpointConnectionInner> putWithResponse(String resourceGroupName, String workspaceName, String privateEndpointConnectionName, PrivateEndpointConnectionInner properties, Context context)"
desc: "Update the state of specified private endpoint connection associated with the workspace."
returns:
description: "the Private Endpoint Connection resource."
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.fluent.models.PrivateEndpointConnectionInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateEndpointConnectionInner&text=PrivateEndpointConnectionInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in PrivateEndpointConnectionsClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1