azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.e...

55 строки
4.2 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.elasticsan.models.PrivateLinkResources"
fullName: "com.azure.resourcemanager.elasticsan.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.elasticsan.models.PrivateLinkResources.listByElasticSan(java.lang.String,java.lang.String)"
fullName: "com.azure.resourcemanager.elasticsan.models.PrivateLinkResources.listByElasticSan(String resourceGroupName, String elasticSanName)"
name: "listByElasticSan(String resourceGroupName, String elasticSanName)"
nameWithType: "PrivateLinkResources.listByElasticSan(String resourceGroupName, String elasticSanName)"
summary: "Gets the private link resources that need to be created for a elastic San."
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: "The name of the ElasticSan."
name: "elasticSanName"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public abstract PrivateLinkResourceListResult listByElasticSan(String resourceGroupName, String elasticSanName)"
desc: "Gets the private link resources that need to be created for a elastic San."
returns:
description: "the private link resources that need to be created for a elastic San."
type: "<xref href=\"com.azure.resourcemanager.elasticsan.models.PrivateLinkResourceListResult?alt=com.azure.resourcemanager.elasticsan.models.PrivateLinkResourceListResult&text=PrivateLinkResourceListResult\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.elasticsan.models.PrivateLinkResources.listByElasticSanWithResponse(java.lang.String,java.lang.String,com.azure.core.util.Context)"
fullName: "com.azure.resourcemanager.elasticsan.models.PrivateLinkResources.listByElasticSanWithResponse(String resourceGroupName, String elasticSanName, Context context)"
name: "listByElasticSanWithResponse(String resourceGroupName, String elasticSanName, Context context)"
nameWithType: "PrivateLinkResources.listByElasticSanWithResponse(String resourceGroupName, String elasticSanName, Context context)"
summary: "Gets the private link resources that need to be created for a elastic San."
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: "The name of the ElasticSan."
name: "elasticSanName"
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> listByElasticSanWithResponse(String resourceGroupName, String elasticSanName, Context context)"
desc: "Gets the private link resources that need to be created for a elastic San."
returns:
description: "the private link resources that need to be created for a elastic San 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\" />&lt;<xref href=\"com.azure.resourcemanager.elasticsan.models.PrivateLinkResourceListResult?alt=com.azure.resourcemanager.elasticsan.models.PrivateLinkResourceListResult&text=PrivateLinkResourceListResult\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "interface"
desc: "Resource collection API of PrivateLinkResources."
metadata: {}
package: "com.azure.resourcemanager.elasticsan.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-elasticsan:1.0.0