Sdílet prostřednictvím


IUpdateStandardEndpoint.WithGeoFilter Metoda

Definice

Přetížení

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Přidá jednu položku do seznamu Geografické filtry.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Nastaví seznam geografických filtrů pro zadaný seznam zemí.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Přidá jednu položku do seznamu Geografické filtry.

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

Relativní cesta.

action
GeoFilterActions

Akce.

countryCode
CountryISOCode

2 písmena ISO kód země.

Návraty

Platí pro

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Nastaví seznam geografických filtrů pro zadaný seznam zemí.

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

Relativní cesta.

action
GeoFilterActions

Akce.

countryCodes
IList<CountryISOCode>

Seznam kódů zemí se 2 písmeny ISO.

Návraty

Platí pro