次の方法で共有


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

適用対象