次の方法で共有


EndpointUpdateParameters.GeoFilters プロパティ

定義

CDN エンドポイント内のユーザーの geo アクセスを定義する規則の一覧を取得または設定します。 各 geo フィルターは、指定されたパスまたはコンテンツへのアクセス規則を定義します (パス /pictures/ の APAC ブロックなど)

[Newtonsoft.Json.JsonProperty(PropertyName="properties.geoFilters")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.GeoFilter> GeoFilters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.geoFilters")>]
member this.GeoFilters : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Models.GeoFilter> with get, set
Public Property GeoFilters As IList(Of GeoFilter)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象