Udostępnij za pośrednictwem


IUpdateStandardEndpoint.WithGeoFilter Metoda

Definicja

Przeciążenia

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Dodaje pojedynczy wpis do listy Filtry geograficzne.

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 Filtry geograficzne.

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint 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.UpdateStandardEndpoint.IUpdateStandardEndpoint
Public Function WithGeoFilter (relativePath As String, action As GeoFilterActions, countryCode As CountryISOCode) As IUpdateStandardEndpoint

Parametry

relativePath
String

Ścieżka względna.

action
GeoFilterActions

Akcja.

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.UpdateStandardEndpoint.IUpdateStandardEndpoint 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.UpdateStandardEndpoint.IUpdateStandardEndpoint
Public Function WithGeoFilter (relativePath As String, action As GeoFilterActions, countryCodes As IList(Of CountryISOCode)) As IUpdateStandardEndpoint

Parametry

relativePath
String

Ścieżka względna.

action
GeoFilterActions

Akcja.

countryCodes
IList<CountryISOCode>

Lista kodów krajów ISO 2.

Zwraca

Dotyczy