次の方法で共有


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

適用対象