IWithPolicyRuleAttachable インターフェイス

定義

アタッチするリソースに必要な最小入力がすべて含まれる定義のステージ。また、その他のオプション設定を指定することもできます。

public interface IWithPolicyRuleAttachable : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.IAttachable<Microsoft.Azure.Management.Storage.Fluent.ManagementPolicy.Definition.IWithCreate>, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithPrefixesToFilterFor, Microsoft.Azure.Management.Storage.Fluent.PolicyRule.Definition.IWithRuleActions
type IWithPolicyRuleAttachable = interface
    interface IWithRuleActions
    interface IWithPrefixesToFilterFor
    interface IAttachable<IWithCreate>
Public Interface IWithPolicyRuleAttachable
Implements IAttachable(Of IWithCreate), IWithPrefixesToFilterFor, IWithRuleActions
派生
実装

メソッド

Attach()

この子オブジェクトの定義を親の定義にアタッチします。

(継承元 IAttachable<ParentT>)
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)

適用対象