IUpdate インターフェイス

定義

変更可能なすべての設定を含む ManagementPolicy 更新操作のテンプレート。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IAppliable<Microsoft.Azure.Management.Storage.Fluent.IManagementPolicy>, Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Update.IRule, Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Update.IWithPolicy
type IUpdate = interface
    interface IAppliable<IManagementPolicy>
    interface IIndexable
    interface IWithPolicy
    interface IRule
Public Interface IUpdate
Implements IAppliable(Of IManagementPolicy), IRule, IWithPolicy
派生
実装

プロパティ

Key

変更可能なすべての設定を含む ManagementPolicy 更新操作のテンプレート。

(継承元 IIndexable)

メソッド

Apply()

更新要求を実行します。

(継承元 IAppliable<T>)
ApplyAsync(CancellationToken, Boolean)

更新要求を非同期的に実行します。

(継承元 IAppliable<T>)
UpdateRule(String)

名前が入力されたパラメーター名であるルールを更新する関数。

(継承元 IRule)
WithoutRule(String)

名前が入力されたパラメーター名であるルールを削除する関数。

(継承元 IRule)
WithPolicy(ManagementPolicySchema)

ポリシーを指定します。

(継承元 IWithPolicy)

適用対象