你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IPrefixActionFork 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
管理策略规则定义的阶段,允许在指定操作之前输入要筛选的可选 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) |