ArmNetworkModelFactory.MatchVariable Method
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.
public static Azure.ResourceManager.Network.Models.MatchVariable MatchVariable(Azure.ResourceManager.Network.Models.WebApplicationFirewallMatchVariable variableName = default, string selector = default);
static member MatchVariable : Azure.ResourceManager.Network.Models.WebApplicationFirewallMatchVariable * string -> Azure.ResourceManager.Network.Models.MatchVariable
Public Shared Function MatchVariable (Optional variableName As WebApplicationFirewallMatchVariable = Nothing, Optional selector As String = Nothing) As MatchVariable
Parameters
- variableName
- WebApplicationFirewallMatchVariable
Match Variable.
- selector
- String
The selector of match variable.
Returns
A new MatchVariable instance for mocking.