IBlobInventoryPolicyDefinition.FilterExcludePrefix Property

Definition

An array of strings with maximum 10 blob prefixes to be excluded from the inventory.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="An array of strings with maximum 10 blob prefixes to be excluded from the inventory.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludePrefix", Update=true)]
public System.Collections.Generic.List<string> FilterExcludePrefix { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="An array of strings with maximum 10 blob prefixes to be excluded from the inventory.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="excludePrefix", Update=true)>]
member this.FilterExcludePrefix : System.Collections.Generic.List<string> with get, set
Public Property FilterExcludePrefix As List(Of String)

Property Value

Attributes

Applies to