次の方法で共有


IPrefixActionFork インターフェイス

定義

アクションを指定する前に、オプションの BLOB プレフィックスを入力してフィルター処理できるようにする管理ポリシー ルール定義のステージ。

public interface IPrefixActionFork : Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPrefixesToFilterFor, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
type IPrefixActionFork = interface
    interface IWithPrefixesToFilterFor
    interface IWithRuleActions
Public Interface IPrefixActionFork
Implements IWithPrefixesToFilterFor, IWithRuleActions
派生
実装

メソッド

WithActionsOnBaseBlob(ManagementPolicyBaseBlob)

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

(継承元 IWithRuleActions)
WithActionsOnSnapShot(ManagementPolicySnapShot)

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

(継承元 IWithRuleActions)
WithDeleteActionOnBaseBlob(Int32)

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

(継承元 IWithRuleActions)
WithDeleteActionOnSnapShot(Int32)

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

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

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

(継承元 IWithPrefixesToFilterFor)
WithPrefixToFilterFor(String)

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

(継承元 IWithPrefixesToFilterFor)
WithTierToArchiveActionOnBaseBlob(Int32)

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

(継承元 IWithRuleActions)
WithTierToCoolActionOnBaseBlob(Int32)

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

(継承元 IWithRuleActions)

適用対象