次の方法で共有


HostName.HostNameType プロパティ

定義

ホスト名の種類を取得または設定します。 使用可能な値は、'Verified'、'Managed' です。

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

適用対象