Share via


NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties.Fqdns Property

Definition

Gets list of FQDNs for current private link connection.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to