Partager via


IUpdateStandardEndpoint.WithGeoFilter Méthode

Définition

Surcharges

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Ajoute une seule entrée à la liste Des filtres géographiques.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Définit la liste des filtres géographiques pour la liste des pays spécifiés.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Ajoute une seule entrée à la liste Des filtres géographiques.

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

Paramètres

relativePath
String

Chemin relatif.

action
GeoFilterActions

Action.

countryCode
CountryISOCode

Un code de pays de lettre ISO 2.

Retours

S’applique à

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Définit la liste des filtres géographiques pour la liste des pays spécifiés.

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

Paramètres

relativePath
String

Chemin relatif.

action
GeoFilterActions

Action.

countryCodes
IList<CountryISOCode>

Liste des codes de pays de lettres ISO 2.

Retours

S’applique à