IUpdatePremiumEndpoint 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
CDN 設定檔端點更新的階段,允許指定端點屬性。
public interface IUpdatePremiumEndpoint : Microsoft.Azure.Management.Cdn.Fluent.CdnEndpoint.Update.IUpdate, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>
type IUpdatePremiumEndpoint = interface
interface IUpdate
interface ISettable<IUpdate>
Public Interface IUpdatePremiumEndpoint
Implements ISettable(Of IUpdate), IUpdate
- 實作
方法
Parent() |
CDN 設定檔端點更新的階段,允許指定端點屬性。 (繼承來源 ISettable<ParentT>) |
WithCustomDomain(String) |
在端點內新增 CDN 自訂網域。 |
WithHostHeader(String) |
指定主機標頭。 |
WithHttpAllowed(Boolean) |
指定是否允許 HTTP 流量。 |
WithHttpPort(Int32) |
指定 HTTP 流量的埠。 |
WithHttpsAllowed(Boolean) |
指定是否允許 HTTPS 流量。 |
WithHttpsPort(Int32) |
指定 HTTPS 流量的埠。 |
WithOriginPath(String) |
指定原始路徑。 |
WithoutCustomDomain(String) |
移除端點內的 CDN 自訂網域。 |