IWithStandardAttach<ParentT>.WithGeoFilter 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
WithGeoFilter(String, GeoFilterActions, CountryISOCode) |
將單一專案新增至地理篩選清單。 |
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>) |
設定指定國家/地區清單的地理篩選清單。 |
WithGeoFilter(String, GeoFilterActions, CountryISOCode)
將單一專案新增至地理篩選清單。
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithGeoFilter (string relativePath, Microsoft.Azure.Management.Cdn.Fluent.Models.GeoFilterActions action, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CountryISOCode countryCode);
abstract member WithGeoFilter : string * Microsoft.Azure.Management.Cdn.Fluent.Models.GeoFilterActions * Microsoft.Azure.Management.ResourceManager.Fluent.Core.CountryISOCode -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithGeoFilter (relativePath As String, action As GeoFilterActions, countryCode As CountryISOCode) As IWithStandardAttach(Of ParentT)
參數
- relativePath
- String
相對路徑。
- action
- GeoFilterActions
動作。
- countryCode
- CountryISOCode
ISO 2 字母國家/地區代碼。
傳回
適用於
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)
設定指定國家/地區清單的地理篩選清單。
public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithGeoFilter (string relativePath, Microsoft.Azure.Management.Cdn.Fluent.Models.GeoFilterActions action, System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Core.CountryISOCode> countryCodes);
abstract member WithGeoFilter : string * Microsoft.Azure.Management.Cdn.Fluent.Models.GeoFilterActions * System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Fluent.Core.CountryISOCode> -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithGeoFilter (relativePath As String, action As GeoFilterActions, countryCodes As IList(Of CountryISOCode)) As IWithStandardAttach(Of ParentT)
參數
- relativePath
- String
相對路徑。
- action
- GeoFilterActions
動作。
- countryCodes
- IList<CountryISOCode>
ISO 2 字母國家/地區代碼的清單。