Share via


IManagementPolicyFilter.PrefixMatch Property

Definition

An array of strings for prefixes to be match.

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

Property Value

Attributes

Applies to