Condividi tramite


IUpdateStandardEndpoint.WithGeoFilter Metodo

Definizione

Overload

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Aggiunge una singola voce all'elenco Filtri geografici.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Imposta l'elenco dei filtri geografici per l'elenco dei paesi specificati.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Aggiunge una singola voce all'elenco Filtri geografici.

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

Parametri

relativePath
String

Percorso relativo.

action
GeoFilterActions

Azione.

countryCode
CountryISOCode

Codice paese ISO 2 lettera.

Restituisce

Si applica a

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Imposta l'elenco dei filtri geografici per l'elenco dei paesi specificati.

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

Parametri

relativePath
String

Percorso relativo.

action
GeoFilterActions

Azione.

countryCodes
IList<CountryISOCode>

Elenco dei codici paese ISO 2 lettera.

Restituisce

Si applica a