次の方法で共有


IUpdate インターフェイス

定義

管理ポリシーのルールに関連するすべての更新プログラムのコンテナー インターフェイス。

public interface IUpdate : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Update.IUpdate>, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithActions, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithBlobTypesToFilterFor, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Update.IWithPrefixesToFilterFor
type IUpdate = interface
    interface IWithBlobTypesToFilterFor
    interface IWithPrefixesToFilterFor
    interface IWithActions
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithActions, IWithBlobTypesToFilterFor, IWithPrefixesToFilterFor
派生
実装

メソッド

Parent()

管理ポリシーのルールに関連するすべての更新プログラムのコンテナー インターフェイス。

(継承元 ISettable<ParentT>)
UpdateActionsOnBaseBlob(ManagementPolicyBaseBlob)

選択したベース BLOB に適用するすべてのアクションを指定する 関数。

(継承元 IWithActions)
UpdateActionsOnSnapShot(ManagementPolicySnapShot)

選択したスナップショットに適用するすべてのアクションを指定する 関数。

(継承元 IWithActions)
WithBlobTypesToFilterFor(IList<BlobTypes>)

ルールが適用される BLOB の種類の一覧を指定する 関数。

(継承元 IWithBlobTypesToFilterFor)
WithBlobTypeToFilterFor(BlobTypes)

ルールが適用する BLOB の種類を指定する 関数。

(継承元 IWithBlobTypesToFilterFor)
WithBlobTypeToFilterForRemoved(BlobTypes)

ルールが適用される BLOB の種類を削除することを指定する 関数。

(継承元 IWithBlobTypesToFilterFor)
WithDeleteActionOnBaseBlob(Int32)

選択したベース BLOB に対する削除アクションを指定する 関数。

(継承元 IWithActions)
WithDeleteActionOnSnapShot(Int32)

選択したスナップショットに対する削除アクションを指定する 関数。

(継承元 IWithActions)
WithoutPrefixesToFilterFor()

プレフィックスに関係なく、ルールが BLOB に適用されるように、すべての BLOB プレフィックスをクリアする関数。

(継承元 IWithPrefixesToFilterFor)
WithPrefixesToFilterFor(IList<String>)

ルールが適用される BLOB のプレフィックスの一覧を指定する 関数。

(継承元 IWithPrefixesToFilterFor)
WithPrefixToFilterFor(String)

ルールが適用される BLOB のプレフィックスを指定する 関数。

(継承元 IWithPrefixesToFilterFor)
WithTierToArchiveActionOnBaseBlob(Int32)

選択したベース BLOB に対するアーカイブ アクションの層を指定する 関数。

(継承元 IWithActions)
WithTierToCoolActionOnBaseBlob(Int32)

選択したベース BLOB に対してクール アクションを実行する層を指定する 関数。

(継承元 IWithActions)

適用対象