IWithStandardAttach<ParentT>.WithGeoFilter Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.UpdateDefinition.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.UpdateDefinition.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.
- 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.UpdateDefinition.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.UpdateDefinition.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
Action.
- countryCodes
- IList<CountryISOCode>
Liste des codes pays de lettres ISO 2.
Retours
S’applique à
Azure SDK for .NET