IManagementPolicyFilter.PrefixMatch Property
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.
An array of strings for prefixes to be match.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="An array of strings for prefixes to be match.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="prefixMatch")]
public string[] PrefixMatch { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="An array of strings for prefixes to be match.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="prefixMatch")>]
member this.PrefixMatch : string[] with get, set
Public Property PrefixMatch As String()
Property Value
String[]
- Attributes