IWithStandardAttach<ParentT>.WithGeoFilter Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
WithGeoFilter(String, GeoFilterActions, CountryISOCode) |
Добавляет одну запись в список геофильтров. |
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>) |
Задает список геофильтров для указанного списка стран. |
WithGeoFilter(String, GeoFilterActions, CountryISOCode)
Добавляет одну запись в список геофильтров.
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)
Параметры
- relativePath
- String
Относительный путь.
- action
- GeoFilterActions
Действие.
- countryCode
- CountryISOCode
Код страны в формате ISO 2.
Возвращаемое значение
Применяется к
WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)
Задает список геофильтров для указанного списка стран.
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)
Параметры
- relativePath
- String
Относительный путь.
- action
- GeoFilterActions
Действие.
- countryCodes
- IList<CountryISOCode>
Список кодов стран с буквами ISO 2.
Возвращаемое значение
Применяется к
Azure SDK for .NET