Freigeben über


IWithStandardAttach<ParentT>.WithGeoFilter Methode

Definition

Überlädt

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Fügt der Liste der Geofilter einen einzelnen Eintrag hinzu.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Legt die Geofilterliste für die angegebene Länderliste fest.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Fügt der Liste der Geofilter einen einzelnen Eintrag hinzu.

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)

Parameter

relativePath
String

Ein relativer Pfad.

action
GeoFilterActions

Eine Aktion.

countryCode
CountryISOCode

Ein ISO 2-Buchstabe-Ländercode.

Gibt zurück

Gilt für:

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Legt die Geofilterliste für die angegebene Länderliste fest.

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)

Parameter

relativePath
String

Ein relativer Pfad.

action
GeoFilterActions

Eine Aktion.

countryCodes
IList<CountryISOCode>

Eine Liste der Ländercodes für ISO 2-Buchstaben.

Gibt zurück

Gilt für: