SiteCloneabilityInner.Result Property

Definition

Gets or sets name of app. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to