共用方式為


SiteCloneabilityInner.UnsupportedFeatures 屬性

定義

取得或設定在應用程式上啟用但無法複製的功能清單。 應用程式仍然可以複製,但此清單中的功能將不會在複製的應用程式上設定。

[Newtonsoft.Json.JsonProperty(PropertyName="unsupportedFeatures")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.SiteCloneabilityCriterion> UnsupportedFeatures { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="unsupportedFeatures")>]
member this.UnsupportedFeatures : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.SiteCloneabilityCriterion> with get, set
Public Property UnsupportedFeatures As IList(Of SiteCloneabilityCriterion)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於