次の方法で共有


DomainPatchResource.TargetDnsType プロパティ

定義

ターゲット DNS の種類を取得または設定します (移行に使用されます)。 使用できる値は、'AzureDns'、'DefaultDomainRegistrarDns' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象