Interface SupportsListingPrivateLinkResource
public interface SupportsListingPrivateLinkResource
Provides access to listing Private link resources for an Azure resource.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<PrivateLinkResource>Gets the collection of supported Private link resource.com.azure.core.http.rest.PagedFlux<PrivateLinkResource>Gets the collection of supported Private link resource.
-
Method Details
-
listPrivateLinkResources
com.azure.core.http.rest.PagedIterable<PrivateLinkResource> listPrivateLinkResources()Gets the collection of supported Private link resource.- Returns:
- the collection of supported Private link resource.
-
listPrivateLinkResourcesAsync
com.azure.core.http.rest.PagedFlux<PrivateLinkResource> listPrivateLinkResourcesAsync()Gets the collection of supported Private link resource.- Returns:
- the collection of supported Private link resource.
-