Share via


IUpdateStandardEndpoint.WithGeoFilter Method

Definition

Overloads

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Adds a single entry to the Geo filters list.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Sets the geo filters list for the specified countries list.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Adds a single entry to the Geo filters list.

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

Parameters

relativePath
String

A relative path.

action
GeoFilterActions

An action.

countryCode
CountryISOCode

An ISO 2 letter country code.

Returns

Applies to

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Sets the geo filters list for the specified countries list.

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

Parameters

relativePath
String

A relative path.

action
GeoFilterActions

An action.

countryCodes
IList<CountryISOCode>

A list of ISO 2 letter country codes.

Returns

Applies to