次の方法で共有


SiteExtensionInfo.ExtensionType プロパティ

定義

サイト拡張機能の種類を取得または設定します。 使用できる値は、'Gallery'、'WebRoot' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象