次の方法で共有


DomainPatchResource.DnsType プロパティ

定義

現在の DNS の種類を取得または設定します。 使用できる値は、'AzureDns'、'DefaultDomainRegistrarDns' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.dnsType")]
public Microsoft.Azure.Management.WebSites.Models.DnsType? DnsType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.dnsType")>]
member this.DnsType : Nullable<Microsoft.Azure.Management.WebSites.Models.DnsType> with get, set
Public Property DnsType As Nullable(Of DnsType)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象