共用方式為


IWithStandardAttach<ParentT> 介面

定義

CDN 設定檔標準 Akamai 或標準 Verizon 端點定義的最後一個階段。 在這個階段中,可以指定任何剩餘的選擇性設定,也可以將 CDN 設定檔端點定義附加至父 CDN 設定檔定義。

public interface IWithStandardAttach<ParentT> : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.UpdateDefinition.IAttachableStandard<ParentT>
type IWithStandardAttach<'ParentT> = interface
    interface IAttachableStandard<'ParentT>
Public Interface IWithStandardAttach(Of ParentT)
Implements IAttachableStandard(Of ParentT)

類型參數

ParentT

附加此定義之後要傳回之父 CDN 設定檔更新的階段。

實作

方法

Attach()

將端點定義附加至父 CDN 設定檔更新。

(繼承來源 IAttachableStandard<ParentT>)
WithCompressionEnabled(Boolean)

設定壓縮狀態。

WithContentTypesToCompress(ISet<String>)

指定要壓縮的內容類型。

WithContentTypeToCompress(String)

指定要壓縮的單一內容類型。

WithCustomDomain(String)

在端點內新增 CDN 自訂網域。

WithGeoFilter(String, GeoFilterActions, CountryISOCode)

將單一專案新增至地理篩選清單。

WithGeoFilter(String, GeoFilterActions, IList<CountryISOCode>)

設定指定國家/地區清單的地理篩選清單。

WithGeoFilters(IList<GeoFilter>)

指定要使用的地理篩選。

WithHostHeader(String)

指定主機標頭。

WithHttpAllowed(Boolean)

指定是否允許 HTTP 流量。

WithHttpPort(Int32)

指定 HTTP 流量的埠。

WithHttpsAllowed(Boolean)

指定是否允許 HTTPS 流量。

WithHttpsPort(Int32)

指定 HTTPS 流量的埠。

WithOriginPath(String)

指定原始路徑。

WithQueryStringCachingBehavior(QueryStringCachingBehavior)

設定查詢字串快取行為。

適用於