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

적용 대상