次の方法で共有


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>)

適用対象