次の方法で共有


PrivateEndpoint.CustomDnsConfigs プロパティ

定義

カスタム DNS 構成の配列を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象