SupportsListingPrivateLinkResource Interface
public interface SupportsListingPrivateLinkResource
Provides access to listing Private link resources for an Azure resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listPrivateLinkResources()
Gets the collection of supported Private link resource. |
abstract
Paged |
listPrivateLinkResourcesAsync()
Gets the collection of supported Private link resource. |
Method Details
listPrivateLinkResources
public abstract PagedIterable
Gets the collection of supported Private link resource.
Returns:
the collection of supported Private link resource.
listPrivateLinkResourcesAsync
public abstract PagedFlux
Gets the collection of supported Private link resource.
Returns:
the collection of supported Private link resource.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java