azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

183 строки
12 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable"
name: "WafMatchVariable"
nameWithType: "WafMatchVariable"
summary: "Match variable to compare against."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>fromString(java.lang.String,java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>fromString&text=<T>fromString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.<T>values(java.lang.Class<T>)?alt=com.azure.core.util.ExpandableStringEnum.<T>values&text=<T>values\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.equals(java.lang.Object)?alt=com.azure.core.util.ExpandableStringEnum.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.getValue()?alt=com.azure.core.util.ExpandableStringEnum.getValue&text=getValue\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.hashCode()?alt=com.azure.core.util.ExpandableStringEnum.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.core.util.ExpandableStringEnum.toString()?alt=com.azure.core.util.ExpandableStringEnum.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **WafMatchVariable**</br> extends <xref href=\"com.azure.core.util.ExpandableStringEnum?alt=com.azure.core.util.ExpandableStringEnum&text=ExpandableStringEnum\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.WafMatchVariable()"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.WafMatchVariable()"
name: "WafMatchVariable()"
nameWithType: "WafMatchVariable.WafMatchVariable()"
summary: "Creates a new instance of Waf<wbr>Match<wbr>Variable value."
deprecatedTag: "Use the <xref uid=\"com.azure.resourcemanager.cdn.models.WafMatchVariable.fromString(java.lang.String)\" data-throw-if-not-resolved=\"false\" data-raw-source=\"#fromString(String)\"></xref> factory method."
syntax: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html\">@Deprecated</a></br>public WafMatchVariable()"
desc: "Creates a new instance of WafMatchVariable value."
hasDeprecatedTag: true
fields:
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.COOKIES"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.COOKIES"
name: "COOKIES"
nameWithType: "WafMatchVariable.COOKIES"
summary: "Static value Cookies for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable COOKIES"
desc: "Static value Cookies for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.POST_ARGS"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.POST_ARGS"
name: "POST_ARGS"
nameWithType: "WafMatchVariable.POST_ARGS"
summary: "Static value Post<wbr>Args for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable POST_ARGS"
desc: "Static value PostArgs for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.QUERY_STRING"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.QUERY_STRING"
name: "QUERY_STRING"
nameWithType: "WafMatchVariable.QUERY_STRING"
summary: "Static value Query<wbr>String for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable QUERY_STRING"
desc: "Static value QueryString for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REMOTE_ADDR"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REMOTE_ADDR"
name: "REMOTE_ADDR"
nameWithType: "WafMatchVariable.REMOTE_ADDR"
summary: "Static value Remote<wbr>Addr for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable REMOTE_ADDR"
desc: "Static value RemoteAddr for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_BODY"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_BODY"
name: "REQUEST_BODY"
nameWithType: "WafMatchVariable.REQUEST_BODY"
summary: "Static value Request<wbr>Body for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable REQUEST_BODY"
desc: "Static value RequestBody for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_HEADER"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_HEADER"
name: "REQUEST_HEADER"
nameWithType: "WafMatchVariable.REQUEST_HEADER"
summary: "Static value Request<wbr>Header for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable REQUEST_HEADER"
desc: "Static value RequestHeader for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_METHOD"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_METHOD"
name: "REQUEST_METHOD"
nameWithType: "WafMatchVariable.REQUEST_METHOD"
summary: "Static value Request<wbr>Method for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable REQUEST_METHOD"
desc: "Static value RequestMethod for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_URI"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.REQUEST_URI"
name: "REQUEST_URI"
nameWithType: "WafMatchVariable.REQUEST_URI"
summary: "Static value Request<wbr>Uri for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable REQUEST_URI"
desc: "Static value RequestUri for WafMatchVariable."
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.SOCKET_ADDR"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.SOCKET_ADDR"
name: "SOCKET_ADDR"
nameWithType: "WafMatchVariable.SOCKET_ADDR"
summary: "Static value Socket<wbr>Addr for Waf<wbr>Match<wbr>Variable."
modifiers:
- "static"
- "final"
field:
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static final WafMatchVariable SOCKET_ADDR"
desc: "Static value SocketAddr for WafMatchVariable."
methods:
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.fromString(java.lang.String)"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.fromString(String name)"
name: "fromString(String name)"
nameWithType: "WafMatchVariable.fromString(String name)"
summary: "Creates or finds a Waf<wbr>Match<wbr>Variable from its string representation."
modifiers:
- "static"
parameters:
- description: "a name to look for."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public static WafMatchVariable fromString(String name)"
desc: "Creates or finds a WafMatchVariable from its string representation."
returns:
description: "the corresponding WafMatchVariable."
type: "<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.cdn.models.WafMatchVariable.values()"
fullName: "com.azure.resourcemanager.cdn.models.WafMatchVariable.values()"
name: "values()"
nameWithType: "WafMatchVariable.values()"
summary: "Gets known Waf<wbr>Match<wbr>Variable values."
modifiers:
- "static"
syntax: "public static Collection<WafMatchVariable> values()"
desc: "Gets known WafMatchVariable values."
returns:
description: "known WafMatchVariable values."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Collection.html\">Collection</a>&lt;<xref href=\"com.azure.resourcemanager.cdn.models.WafMatchVariable?alt=com.azure.resourcemanager.cdn.models.WafMatchVariable&text=WafMatchVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
type: "class"
desc: "Match variable to compare against."
metadata: {}
package: "com.azure.resourcemanager.cdn.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-cdn:2.44.0