IWithStandardAttach<ParentT>.WithGeoFilter Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Överlagringar
WithGeoFilter(String, GeoFilterActions, CountryISOCode) |
Lägger till en enda post i listan med geofilter. |
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>) |
Anger listan med geofilter för listan över angivna länder. |
WithGeoFilter(String, GeoFilterActions, CountryISOCode)
Lägger till en enda post i listan med geofilter.
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)
Parametrar
- relativePath
- String
En relativ sökväg.
- action
- GeoFilterActions
En åtgärd för geofilter.
- countryCode
- CountryISOCode
Landskod med ISO 2-bokstäver.
Returer
Gäller för
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)
Anger listan med geofilter för listan över angivna länder.
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)
Parametrar
- relativePath
- String
En relativ sökväg.
- action
- GeoFilterActions
Ett åtgärdsvärde.
- countryCodes
- IList<CountryISOCode>
En lista över landskoderna för ISO 2-bokstäver.
Returer
Gäller för
Azure SDK for .NET