Language

CosmosDBAccountResource.GetCosmosDBSqlDatabase Method

Definition

Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.

public virtual Azure.Response<Azure.ResourceManager.CosmosDB.CosmosDBSqlDatabaseResource> GetCosmosDBSqlDatabase(string databaseName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetCosmosDBSqlDatabase : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosDBSqlDatabaseResource>
override this.GetCosmosDBSqlDatabase : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CosmosDB.CosmosDBSqlDatabaseResource>
Public Overridable Function GetCosmosDBSqlDatabase (databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of CosmosDBSqlDatabaseResource)

Parameters

databaseName
String

Cosmos DB database name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

databaseName is null.

databaseName is an empty string, and was expected to be non-empty.

Applies to