IWithStandardAttach<ParentT>.WithGeoFilter Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
WithGeoFilter(String, GeoFilterActions, CountryISOCode) |
Aggiunge una singola voce all'elenco dei filtri geografici. |
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>) |
Imposta l'elenco dei filtri geografici per l'elenco dei paesi specificati. |
WithGeoFilter(String, GeoFilterActions, CountryISOCode)
Aggiunge una singola voce all'elenco dei filtri geografici.
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)
Parametri
- relativePath
- String
Percorso relativo.
- action
- GeoFilterActions
Azione di filtro geografico.
- countryCode
- CountryISOCode
Codice paese ISO 2 lettera.
Restituisce
Si applica a
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)
Imposta l'elenco dei filtri geografici per l'elenco dei paesi specificati.
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)
Parametri
- relativePath
- String
Percorso relativo.
- action
- GeoFilterActions
Valore dell'azione.
- countryCodes
- IList<CountryISOCode>
Elenco dei codici paese ISO 2 lettera.