Udostępnij za pośrednictwem


IWithStandardAttach<ParentT>.WithGeoFilter Metoda

Definicja

Przeciążenia

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Dodaje pojedynczy wpis do listy filtrów geograficznych.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Ustawia listę filtrów geograficznych dla listy określonych krajów.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Dodaje pojedynczy wpis do listy filtrów geograficznych.

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)

Parametry

relativePath
String

Ścieżka względna.

action
GeoFilterActions

Akcja filtru geograficznego.

countryCode
CountryISOCode

Kod kraju ISO 2.

Zwraca

Dotyczy

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Ustawia listę filtrów geograficznych dla listy określonych krajów.

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)

Parametry

relativePath
String

Ścieżka względna.

action
GeoFilterActions

Wartość akcji.

countryCodes
IList<CountryISOCode>

Lista kodów krajów ISO 2.

Zwraca

Dotyczy