次の方法で共有


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

適用対象