次の方法で共有


SiteCloneabilityInner.BlockingFeatures プロパティ

定義

複製を禁止するアプリで有効になっている機能の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="blockingFeatures")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.SiteCloneabilityCriterion> BlockingFeatures { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="blockingFeatures")>]
member this.BlockingFeatures : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.SiteCloneabilityCriterion> with get, set
Public Property BlockingFeatures As IList(Of SiteCloneabilityCriterion)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象