IWithStandardAttach<ParentT>.WithGeoFilter Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
WithGeoFilter(String, GeoFilterActions, CountryISOCode) |
Dodaje pojedynczy wpis do listy filtrów geograficznych. |
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>) |
Ustawia listę filtrów geograficznych dla listy określonych krajów. |
WithGeoFilter(String, GeoFilterActions, CountryISOCode)
Dodaje pojedynczy wpis do listy filtrów geograficznych.
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)
Parametry
- relativePath
- String
Ścieżka względna.
- action
- GeoFilterActions
Akcja filtru geograficznego.
- countryCode
- CountryISOCode
Kod kraju ISO 2.
Zwraca
Dotyczy
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)
Ustawia listę filtrów geograficznych dla listy określonych krajów.
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)
Parametry
- relativePath
- String
Ścieżka względna.
- action
- GeoFilterActions
Wartość akcji.
- countryCodes
- IList<CountryISOCode>
Lista kodów krajów ISO 2.
Zwraca
Dotyczy
Azure SDK for .NET