Share via


PrivateLinkServiceInner.Fqdns Property

Definition

Gets or sets the list of Fqdn.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to