AzureApplicationGatewayHeaderValueMatcherBase.Pattern 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.
[System.Management.Automation.AllowEmptyString]
[System.Management.Automation.Parameter(HelpMessage="Pattern to look for in the header values", Mandatory=true)]
public string Pattern { get; set; }
[<System.Management.Automation.AllowEmptyString>]
[<System.Management.Automation.Parameter(HelpMessage="Pattern to look for in the header values", Mandatory=true)>]
member this.Pattern : string with get, set
Public Property Pattern As String
Property Value
- Attributes