MatchVariable 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.
Define match variables.
public class MatchVariable : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.MatchVariable>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.MatchVariable>
public class MatchVariable
type MatchVariable = class
interface IJsonModel<MatchVariable>
interface IPersistableModel<MatchVariable>
type MatchVariable = class
Public Class MatchVariable
Implements IJsonModel(Of MatchVariable), IPersistableModel(Of MatchVariable)
Public Class MatchVariable
- Inheritance
-
MatchVariable
- Implements
Constructors
MatchVariable(WebApplicationFirewallMatchVariable) |
Initializes a new instance of MatchVariable. |
Properties
Selector |
The selector of match variable. |
VariableName |
Match Variable. |
Explicit Interface Implementations
IJsonModel<MatchVariable>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MatchVariable>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MatchVariable>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MatchVariable>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MatchVariable>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET