IFollowerDatabaseDefinition.DatabaseName Property

Definition

The database name owned by this cluster that was followed. * in case following all databases.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The database name owned by this cluster that was followed. * in case following all databases.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="databaseName", Update=false)]
public string DatabaseName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The database name owned by this cluster that was followed. * in case following all databases.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="databaseName", Update=false)>]
member this.DatabaseName : string
Public ReadOnly Property DatabaseName As String

Property Value

Attributes

Applies to