38 строки
2.9 KiB
YAML
38 строки
2.9 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource"
|
|
name: "SupportsListingPrivateLinkResource"
|
|
nameWithType: "SupportsListingPrivateLinkResource"
|
|
summary: "Provides access to listing Private link resources for an Azure resource."
|
|
syntax: "public interface **SupportsListingPrivateLinkResource**"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource.listPrivateLinkResources()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource.listPrivateLinkResources()"
|
|
name: "listPrivateLinkResources()"
|
|
nameWithType: "SupportsListingPrivateLinkResource.listPrivateLinkResources()"
|
|
summary: "Gets the collection of supported Private link resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedIterable<PrivateLinkResource> listPrivateLinkResources()"
|
|
desc: "Gets the collection of supported Private link resource."
|
|
returns:
|
|
description: "the collection of supported Private link resource."
|
|
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.resources.fluentcore.arm.models.PrivateLinkResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.PrivateLinkResource&text=PrivateLinkResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
- uid: "com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource.listPrivateLinkResourcesAsync()"
|
|
fullName: "com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingPrivateLinkResource.listPrivateLinkResourcesAsync()"
|
|
name: "listPrivateLinkResourcesAsync()"
|
|
nameWithType: "SupportsListingPrivateLinkResource.listPrivateLinkResourcesAsync()"
|
|
summary: "Gets the collection of supported Private link resource."
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract PagedFlux<PrivateLinkResource> listPrivateLinkResourcesAsync()"
|
|
desc: "Gets the collection of supported Private link resource."
|
|
returns:
|
|
description: "the collection of supported Private link resource."
|
|
type: "<xref href=\"com.azure.core.http.rest.PagedFlux?alt=com.azure.core.http.rest.PagedFlux&text=PagedFlux\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.resources.fluentcore.arm.models.PrivateLinkResource?alt=com.azure.resourcemanager.resources.fluentcore.arm.models.PrivateLinkResource&text=PrivateLinkResource\" data-throw-if-not-resolved=\"False\" />>"
|
|
type: "interface"
|
|
desc: "Provides access to listing Private link resources for an Azure resource."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.resources.fluentcore.collection"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-resources:2.44.0
|