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

55 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResources"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResources"
name: "PrivateLinkResources"
nameWithType: "PrivateLinkResources"
summary: "Resource collection API of Private<wbr>Link<wbr>Resources."
syntax: "public interface **PrivateLinkResources**"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResources.listByWorkspace(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResources.listByWorkspace(String resourceGroupName, String workspaceName)"
name: "listByWorkspace(String resourceGroupName, String workspaceName)"
nameWithType: "PrivateLinkResources.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 PrivateLinkResourceListResult 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.models.PrivateLinkResourceListResult?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResourceListResult&text=PrivateLinkResourceListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResources.listByWorkspaceWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResources.listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)"
name: "listByWorkspaceWithResponse(String resourceGroupName, String workspaceName, Context context)"
nameWithType: "PrivateLinkResources.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<PrivateLinkResourceListResult> 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.models.PrivateLinkResourceListResult?alt=com.azure.resourcemanager.machinelearningservices.models.PrivateLinkResourceListResult&text=PrivateLinkResourceListResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of PrivateLinkResources."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1