AttachedDatabaseConfiguration.AttachedDatabaseNames Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.attachedDatabaseNames")]
public System.Collections.Generic.IList<string> AttachedDatabaseNames { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.attachedDatabaseNames")>]
member this.AttachedDatabaseNames : System.Collections.Generic.IList<string>
Public ReadOnly Property AttachedDatabaseNames As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to