次の方法で共有


HostNameBindingInner.AzureResourceType プロパティ

定義

Azure リソースの種類を取得または設定します。 使用可能な値は、'Website'、'TrafficManager' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象