ICosmosDbDataConnectionProperties.CosmosDbDatabase Property

Definition

The name of an existing database in the Cosmos DB account.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of an existing database in the Cosmos DB account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="cosmosDbDatabase", Update=true)]
public string CosmosDbDatabase { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=true, Description="The name of an existing database in the Cosmos DB account.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="cosmosDbDatabase", Update=true)>]
member this.CosmosDbDatabase : string with get, set
Public Property CosmosDbDatabase As String

Property Value

Attributes

Applies to