IAttachedDatabaseConfigurationProperties.AttachedDatabaseName Property

Definition

The list of databases from the clusterResourceId which are currently attached to the cluster.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The list of databases from the clusterResourceId which are currently attached to the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="attachedDatabaseNames", Update=false)]
public System.Collections.Generic.List<string> AttachedDatabaseName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The list of databases from the clusterResourceId which are currently attached to the cluster.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="attachedDatabaseNames", Update=false)>]
member this.AttachedDatabaseName : System.Collections.Generic.List<string>
Public ReadOnly Property AttachedDatabaseName As List(Of String)

Property Value

Attributes

Applies to