azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
5.9 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.network.MatchVariable"
fullName: "com.microsoft.azure.management.network.MatchVariable"
name: "MatchVariable"
nameWithType: "MatchVariable"
summary: "Define match variables."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **MatchVariable**"
constructors:
- uid: "com.microsoft.azure.management.network.MatchVariable.MatchVariable()"
fullName: "com.microsoft.azure.management.network.MatchVariable.MatchVariable()"
name: "MatchVariable()"
nameWithType: "MatchVariable.MatchVariable()"
syntax: "public MatchVariable()"
methods:
- uid: "com.microsoft.azure.management.network.MatchVariable.selector()"
fullName: "com.microsoft.azure.management.network.MatchVariable.selector()"
name: "selector()"
nameWithType: "MatchVariable.selector()"
summary: "Get the selector of match variable."
syntax: "public String selector()"
desc: "Get the selector of match variable."
returns:
description: "the selector value"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchVariable.variableName()"
fullName: "com.microsoft.azure.management.network.MatchVariable.variableName()"
name: "variableName()"
nameWithType: "MatchVariable.variableName()"
summary: "Get match Variable."
syntax: "public WebApplicationFirewallMatchVariable variableName()"
desc: "Get match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'."
returns:
description: "the variableName value"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallMatchVariable?alt=com.microsoft.azure.management.network.WebApplicationFirewallMatchVariable&text=WebApplicationFirewallMatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchVariable.withSelector(java.lang.String)"
fullName: "com.microsoft.azure.management.network.MatchVariable.withSelector(String selector)"
name: "withSelector(String selector)"
nameWithType: "MatchVariable.withSelector(String selector)"
summary: "Set the selector of match variable."
parameters:
- description: "the selector value to set"
name: "selector"
type: "<xref href=\"java.lang.String?alt=java.lang.String&text=String\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchVariable withSelector(String selector)"
desc: "Set the selector of match variable."
returns:
description: "the MatchVariable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchVariable?alt=com.microsoft.azure.management.network.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.network.MatchVariable.withVariableName(com.microsoft.azure.management.network.WebApplicationFirewallMatchVariable)"
fullName: "com.microsoft.azure.management.network.MatchVariable.withVariableName(WebApplicationFirewallMatchVariable variableName)"
name: "withVariableName(WebApplicationFirewallMatchVariable variableName)"
nameWithType: "MatchVariable.withVariableName(WebApplicationFirewallMatchVariable variableName)"
summary: "Set match Variable."
parameters:
- description: "the variableName value to set"
name: "variableName"
type: "<xref href=\"com.microsoft.azure.management.network.WebApplicationFirewallMatchVariable?alt=com.microsoft.azure.management.network.WebApplicationFirewallMatchVariable&text=WebApplicationFirewallMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchVariable withVariableName(WebApplicationFirewallMatchVariable variableName)"
desc: "Set match Variable. Possible values include: 'RemoteAddr', 'RequestMethod', 'QueryString', 'PostArgs', 'RequestUri', 'RequestHeaders', 'RequestBody', 'RequestCookies'."
returns:
description: "the MatchVariable object itself."
type: "<xref href=\"com.microsoft.azure.management.network.MatchVariable?alt=com.microsoft.azure.management.network.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Define match variables."
metadata: {}
package: "com.microsoft.azure.management.network"
artifact: com.microsoft.azure:azure-mgmt-network:1.41.4