Share via


ManagementPolicyFilter(IEnumerable<String>) Constructor

Definition

Initializes a new instance of ManagementPolicyFilter.

public ManagementPolicyFilter (System.Collections.Generic.IEnumerable<string> blobTypes);
new Azure.ResourceManager.Storage.Models.ManagementPolicyFilter : seq<string> -> Azure.ResourceManager.Storage.Models.ManagementPolicyFilter
Public Sub New (blobTypes As IEnumerable(Of String))

Parameters

blobTypes
IEnumerable<String>

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

Exceptions

blobTypes is null.

Applies to