PrivateLinkResourcesClient Interface
public interface PrivateLinkResourcesClient
An instance of this class provides access to all the operations defined in PrivateLinkResourcesClient.
Method Summary
Method Details
get
public abstract PrivateLinkResourceInner get(String resourceGroupName, String accountName, String groupName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
getAsync
public abstract Mono<PrivateLinkResourceInner> getAsync(String resourceGroupName, String accountName, String groupName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
getWithResponse
public abstract Response<PrivateLinkResourceInner> getWithResponse(String resourceGroupName, String accountName, String groupName, Context context)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono<Response<PrivateLinkResourceInner>> getWithResponseAsync(String resourceGroupName, String accountName, String groupName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccount
public abstract PagedIterable<PrivateLinkResourceInner> listByDatabaseAccount(String resourceGroupName, String accountName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccount
public abstract PagedIterable<PrivateLinkResourceInner> listByDatabaseAccount(String resourceGroupName, String accountName, Context context)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccountAsync
public abstract PagedFlux<PrivateLinkResourceInner> listByDatabaseAccountAsync(String resourceGroupName, String accountName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns: