次の方法で共有


IUpdateStandardEndpoint.WithGeoFilter メソッド

定義

オーバーロード

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Geo フィルターの一覧に 1 つのエントリを追加します。

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

指定した国の一覧の geo フィルター リストを設定します。

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

Geo フィルターの一覧に 1 つのエントリを追加します。

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint 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.UpdateStandardEndpoint.IUpdateStandardEndpoint
Public Function WithGeoFilter (relativePath As String, action As GeoFilterActions, countryCode As CountryISOCode) As IUpdateStandardEndpoint

パラメーター

relativePath
String

相対パス。

action
GeoFilterActions

アクション。

countryCode
CountryISOCode

ISO 2 文字の国コード。

戻り値

適用対象

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

指定した国の一覧の geo フィルター リストを設定します。

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateStandardEndpoint.IUpdateStandardEndpoint 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.UpdateStandardEndpoint.IUpdateStandardEndpoint
Public Function WithGeoFilter (relativePath As String, action As GeoFilterActions, countryCodes As IList(Of CountryISOCode)) As IUpdateStandardEndpoint

パラメーター

relativePath
String

相対パス。

action
GeoFilterActions

アクション。

countryCodes
IList<CountryISOCode>

ISO 2 文字の国コードの一覧。

戻り値

適用対象