共用方式為


IWithStandardAttach<ParentT>.WithGeoFilter 方法

定義

多載

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

將單一專案新增至地理篩選清單。

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

設定指定國家/地區清單的地理篩選清單。

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

將單一專案新增至地理篩選清單。

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Definition.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.Definition.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.Definition.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.Definition.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 字母國家/地區代碼的清單。

傳回

適用於