次の方法で共有


IWithStandardAttach<ParentT>.WithGeoFilters メソッド

定義

使用する geo フィルターを指定します。

public Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<ParentT> WithGeoFilters (System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.GeoFilter> geoFilters);
abstract member WithGeoFilters : System.Collections.Generic.IList<Microsoft.Azure.Management.Cdn.Fluent.Models.GeoFilter> -> Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IWithStandardAttach<'ParentT>
Public Function WithGeoFilters (geoFilters As IList(Of GeoFilter)) As IWithStandardAttach(Of ParentT)

パラメーター

geoFilters
IList<GeoFilter>

geo フィルター。

戻り値

適用対象