EndpointUpdateParameters.GeoFilters 속성

정의

CDN 엔드포인트 내에서 사용자의 지리적 액세스를 정의하는 규칙 목록을 가져오거나 설정합니다. 각 지역 필터는 지정된 경로 또는 콘텐츠에 대한 액세스 규칙을 정의합니다(예: 경로 /pictures/에 대한 블록 APAC).

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

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상