共用方式為


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

適用於