Share via


PrivateEndpoint.CustomDnsConfigs Property

Definition

Gets or sets an array of custom dns configurations.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customDnsConfigs")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat> CustomDnsConfigs { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.customDnsConfigs")>]
member this.CustomDnsConfigs : System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.CustomDnsConfigPropertiesFormat> with get, set
Public Property CustomDnsConfigs As IList(Of CustomDnsConfigPropertiesFormat)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to