Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
accountName
- Cosmos DB database account name.
groupName
- The name of the private link resource.
context
- The context to associate with this operation.
Returns:
the private link resources that need to be created for a Cosmos DB account along with Response<T>.
getWithResponseAsync
public abstract Mono> getWithResponseAsync(String resourceGroupName, String accountName, String groupName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
accountName
- Cosmos DB database account name.
groupName
- The name of the private link resource.
Returns:
the private link resources that need to be created for a Cosmos DB account along with Response<T> on
successful completion of Mono.
listByDatabaseAccount
public abstract PagedIterable listByDatabaseAccount(String resourceGroupName, String accountName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
accountName
- Cosmos DB database account name.
Returns:
the private link resources that need to be created for a Cosmos DB account as paginated response with
PagedIterable<T>.
listByDatabaseAccount
public abstract PagedIterable listByDatabaseAccount(String resourceGroupName, String accountName, Context context)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
accountName
- Cosmos DB database account name.
context
- The context to associate with this operation.
Returns:
the private link resources that need to be created for a Cosmos DB account as paginated response with
PagedIterable<T>.
listByDatabaseAccountAsync
public abstract PagedFlux listByDatabaseAccountAsync(String resourceGroupName, String accountName)
Gets the private link resources that need to be created for a Cosmos DB account.
Parameters:
resourceGroupName
- The name of the resource group. The name is case insensitive.
accountName
- Cosmos DB database account name.
Returns:
the private link resources that need to be created for a Cosmos DB account as paginated response with
PagedFlux<T>.
Applies to
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.