次の方法で共有


HostName.CustomHostNameDnsRecordType プロパティ

定義

DNS レコードの種類を取得または設定します。 使用可能な値は、'CName'、'A' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象