共用方式為


HostNameBindingInner.HostNameType 屬性

定義

取得或設定主機名稱類型。 可能的值包括:'Verified'、'Managed'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於