共用方式為


HostNameBindingInner.CustomHostNameDnsRecordType 屬性

定義

取得或設定自訂 DNS 記錄類型。 可能的值包括:'CName'、'A'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.customHostNameDnsRecordType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.CustomHostNameDnsRecordType? CustomHostNameDnsRecordType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.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

適用於