共用方式為


SiteExtensionInfoInner.ExtensionType 屬性

定義

取得或設定網站延伸模組類型。 可能的值包括:'Gallery'、'WebRoot'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於