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
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccount
public abstract PagedIterable
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccount
public abstract PagedIterable
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
listByDatabaseAccountAsync
public abstract PagedFlux
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
Returns:
Applies to
Azure SDK for Java