BlobInventoryPolicyFilter.BlobType Property

Definition

An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)]
public System.Collections.Generic.List<string> BlobType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Origin(Microsoft.Azure.PowerShell.Cmdlets.Storage.PropertyOrigin.Owned)>]
member this.BlobType : System.Collections.Generic.List<string> with get, set
Public Property BlobType As List(Of String)

Property Value

Implements

Attributes

Applies to