共用方式為


IUpdate 介面

定義

更新作業的範本,其中包含可修改的所有設定。

public interface IUpdate : Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IWithEndpoint, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.Resource.Update.IUpdateWithTags<Microsoft.Azure.Management.Cdn.Fluent.CdnProfile.Update.IUpdate>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Cdn.Fluent.ICdnProfile>
type IUpdate = interface
    interface IAppliable<ICdnProfile>
    interface IIndexable
    interface IWithEndpoint
    interface IWithEndpointBeta
    interface IBeta
    interface IUpdateWithTags<IUpdate>
Public Interface IUpdate
Implements IAppliable(Of ICdnProfile), IBeta, IUpdateWithTags(Of IUpdate), IWithEndpoint
實作

屬性

Key

更新作業的範本,其中包含可修改的所有設定。

(繼承來源 IIndexable)

方法

Apply()

執行更新要求。

(繼承來源 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

以非同步方式執行更新要求。

(繼承來源 IAppliable<T>)
DefineNewEndpoint()

啟動要附加至 CDN 設定檔的新端點定義。

(繼承來源 IWithEndpointBeta)
DefineNewEndpoint(String)

啟動要附加至 CDN 設定檔的新端點定義。

(繼承來源 IWithEndpoint)
DefineNewEndpoint(String, String)

指定要附加至 CDN 設定檔的端點定義。

(繼承來源 IWithEndpointBeta)
DefineNewPremiumEndpoint()

啟動要附加至此 Premium Verizon CDN 設定檔的新端點定義。

(繼承來源 IWithEndpointBeta)
DefineNewPremiumEndpoint(String)

啟動要附加至此 Premium Verizon CDN 設定檔的新端點定義。

(繼承來源 IWithEndpoint)
DefineNewPremiumEndpoint(String, String)

啟動要附加至此 Premium Verizon CDN 設定檔的新端點定義。

(繼承來源 IWithEndpointBeta)
UpdateEndpoint(String)

開始描述目前設定檔中現有端點的更新。

(繼承來源 IWithEndpoint)
UpdatePremiumEndpoint(String)

開始描述目前 Premium Verizon 設定檔中現有端點的更新。

(繼承來源 IWithEndpoint)
WithNewEndpoint(String)

新增端點。

(繼承來源 IWithEndpoint)
WithNewPremiumEndpoint(String)

將新的端點新增至目前的 Premium Verizon CDN 設定檔。

(繼承來源 IWithEndpoint)
WithoutEndpoint(String)

從設定檔中移除端點。

(繼承來源 IWithEndpoint)
WithoutTag(String)

從資源中移除標記。

(繼承來源 IUpdateWithTags<T>)
WithTag(String, String)

將標籤新增至資源。

(繼承來源 IUpdateWithTags<T>)
WithTags(IDictionary<String,String>)

將資源的標籤指定為 {@link Map}。

(繼承來源 IUpdateWithTags<T>)

適用於