你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IManagementPolicyDefinition Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyDefinitionTypeConverter))]
public interface IManagementPolicyDefinition : Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Storage.Models.ManagementPolicyDefinitionTypeConverter))>]
type IManagementPolicyDefinition = interface
    interface IJsonSerializable
Public Interface IManagementPolicyDefinition
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Action

An object that defines the action set.

FilterBlobIndexMatch

An array of blob index tag based filters, there can be at most 10 tag filters

FilterBlobType

An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob.

FilterPrefixMatch

An array of strings for prefixes to be match.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to