IManagementPolicyDefinition Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |