HeaderMatch Class
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.
Conditions required to match a header.
public class HeaderMatch : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.HeaderMatch>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.HeaderMatch>
type HeaderMatch = class
interface IJsonModel<HeaderMatch>
interface IPersistableModel<HeaderMatch>
Public Class HeaderMatch
Implements IJsonModel(Of HeaderMatch), IPersistableModel(Of HeaderMatch)
- Inheritance
-
HeaderMatch
- Implements
Constructors
| Name | Description |
|---|---|
| HeaderMatch() |
Initializes a new instance of HeaderMatch. |
Properties
| Name | Description |
|---|---|
| ExactMatch |
Exact value of the header. |
| Header |
Name of the header. |
| PrefixMatch |
Prefix value of the header. |
| RegexMatch |
Regex value of the header. |
| SuffixMatch |
Suffix value of the header. |