Compartilhar via


IWithStandardAttach<ParentT>.WithGeoFilter Método

Definição

Sobrecargas

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Adiciona uma única entrada à lista de filtros geográficos.

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Define a lista de filtros geográficos para a lista de países especificados.

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Adiciona uma única entrada à lista de filtros geográficos.

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)

Parâmetros

relativePath
String

Um caminho relativo.

action
GeoFilterActions

Uma ação.

countryCode
CountryISOCode

Um código de país de letra ISO 2.

Retornos

Aplica-se a

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

Define a lista de filtros geográficos para a lista de países especificados.

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)

Parâmetros

relativePath
String

Um caminho relativo.

action
GeoFilterActions

Uma ação.

countryCodes
IList<CountryISOCode>

Uma lista de códigos de país de letras ISO 2.

Retornos

Aplica-se a