다음을 통해 공유


SiteCloneabilityInner.Result 속성

정의

앱의 이름을 가져오거나 설정합니다. 가능한 값은 'Cloneable', 'PartiallyCloneable', 'NotCloneable'입니다.

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상