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
Private |
get(String resourceGroupName, String namespaceName)
Gets lists of resources that supports Privatelinks. |
abstract
Mono<Private |
getAsync(String resourceGroupName, String namespaceName)
Gets lists of resources that supports Privatelinks. |
abstract
Response<Private |
getWithResponse(String resourceGroupName, String namespaceName, Context context)
Gets lists of resources that supports Privatelinks. |
abstract
Mono<Response<Private |
getWithResponseAsync(String resourceGroupName, String namespaceName)
Gets lists of resources that supports Privatelinks. |
Method Details
get
public abstract PrivateLinkResourcesListResultInner get(String resourceGroupName, String namespaceName)
Gets lists of resources that supports Privatelinks.
Parameters:
Returns:
getAsync
public abstract Mono
Gets lists of resources that supports Privatelinks.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets lists of resources that supports Privatelinks.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets lists of resources that supports Privatelinks.
Parameters:
Returns: