PrivateLinkResourcesClient Interface
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
Paged |
listSupported(String resourceGroupName, String searchServiceName)
Gets a list of all supported private link resource types for the given service. |
abstract
Paged |
listSupported(String resourceGroupName, String searchServiceName, UUID clientRequestId, Context context)
Gets a list of all supported private link resource types for the given service. |
abstract
Paged |
listSupportedAsync(String resourceGroupName, String searchServiceName)
Gets a list of all supported private link resource types for the given service. |
abstract
Paged |
listSupportedAsync(String resourceGroupName, String searchServiceName, UUID clientRequestId)
Gets a list of all supported private link resource types for the given service. |
Method Details
listSupported
public abstract PagedIterable
Gets a list of all supported private link resource types for the given service.
Parameters:
Returns:
listSupported
public abstract PagedIterable
Gets a list of all supported private link resource types for the given service.
Parameters:
Returns:
listSupportedAsync
public abstract PagedFlux
Gets a list of all supported private link resource types for the given service.
Parameters:
Returns:
listSupportedAsync
public abstract PagedFlux
Gets a list of all supported private link resource types for the given service.
Parameters:
Returns:
Applies to
Azure SDK for Java