Interface SupportsListingPrivateLinkResource
-
public interface SupportsListingPrivateLinkResourceProvides access to listing Private link resources for an Azure resource.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<PrivateLinkResource>listPrivateLinkResources()Gets the collection of supported Private link resource.com.azure.core.http.rest.PagedFlux<PrivateLinkResource>listPrivateLinkResourcesAsync()Gets the collection of supported Private link resource.
-
-
-
Method Detail
-
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.
-
-