Interface SupportsListingPrivateLinkResource


public interface SupportsListingPrivateLinkResource
Provides access to listing Private link resources for an Azure 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.