Dela via


IWithStandardAttach<ParentT>.WithGeoFilter Metod

Definition

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

Parametrar

relativePath
String

En relativ sökväg.

action
GeoFilterActions

En åtgärd.

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

Parametrar

relativePath
String

En relativ sökväg.

action
GeoFilterActions

En åtgärd.

countryCodes
IList<CountryISOCode>

En lista med landskoder med ISO 2-bokstäver.

Returer

Gäller för