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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.