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

55 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateLinkResourcesClient"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateLinkResourcesClient"
name: "PrivateLinkResourcesClient"
nameWithType: "PrivateLinkResourcesClient"
summary: "An instance of this class provides access to all the operations defined in Private<wbr>Link<wbr>Resources<wbr>Client."
syntax: "public interface **PrivateLinkResourcesClient**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateLinkResourcesClient.listByWorkspace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateLinkResourcesClient.listByWorkspace(String resourceGroupName, String workspaceName)"
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
nameWithType: "PrivateLinkResourcesClient.listByWorkspace(String resourceGroupName, String workspaceName)"
summary: "Gets the private link resources that need to be created for a 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 PrivateLinkResourceListResultInner listByWorkspace(String resourceGroupName, String workspaceName)"
desc: "Gets the private link resources that need to be created for a workspace."
returns:
description: "the private link resources that need to be created for a workspace."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner&text=PrivateLinkResourceListResultInner\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateLinkResourcesClient.listByWorkspaceWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.fluent.PrivateLinkResourcesClient.listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "PrivateLinkResourcesClient.listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)"
summary: "Gets the private link resources that need to be created for a 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 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<PrivateLinkResourceListResultInner> listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)"
desc: "Gets the private link resources that need to be created for a workspace."
returns:
description: "the private link resources that need to be created for a 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.PrivateLinkResourceListResultInner?alt=com.azure.resourcemanager.machinelearningservices.fluent.models.PrivateLinkResourceListResultInner&text=PrivateLinkResourceListResultInner\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.fluent"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1