Partager via


IWithStandardAttach<ParentT>.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.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)

Paramètres

relativePath
String

Chemin relatif.

action
GeoFilterActions

Action de filtre géographique.

countryCode
CountryISOCode

Code de pays ISO à 2 lettres.

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.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)

Paramètres

relativePath
String

Chemin relatif.

action
GeoFilterActions

Valeur d’action.

countryCodes
IList<CountryISOCode>

Liste des codes pays iso 2.

Retours

S’applique à