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

126 строки
8.8 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.MatchVariable"
fullName: "com.azure.resourcemanager.network.models.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: "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#equals-java.lang.Object-\">equals</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#hashCode--\">hashCode</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#toString--\">toString</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 **MatchVariable**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.MatchVariable?alt=com.azure.resourcemanager.network.models.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.MatchVariable.MatchVariable()"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.MatchVariable()"
name: "MatchVariable()"
nameWithType: "MatchVariable.MatchVariable()"
summary: "Creates an instance of Match<wbr>Variable class."
syntax: "public MatchVariable()"
desc: "Creates an instance of MatchVariable class."
methods:
- uid: "com.azure.resourcemanager.network.models.MatchVariable.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "MatchVariable.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Match<wbr>Variable from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static MatchVariable fromJson(JsonReader jsonReader)"
exceptions:
- description: "If the deserialized JSON object was missing any required properties."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of MatchVariable from the JsonReader."
returns:
description: "An instance of MatchVariable if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.MatchVariable?alt=com.azure.resourcemanager.network.models.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.MatchVariable.selector()"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.selector()"
name: "selector()"
nameWithType: "MatchVariable.selector()"
summary: "Get the selector property: The selector of match variable."
syntax: "public String selector()"
desc: "Get the selector property: The selector of match variable."
returns:
description: "the selector value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.MatchVariable.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "MatchVariable.toJson(JsonWriter jsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.MatchVariable.validate()"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.validate()"
name: "validate()"
nameWithType: "MatchVariable.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.MatchVariable.variableName()"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.variableName()"
name: "variableName()"
nameWithType: "MatchVariable.variableName()"
summary: "Get the variable<wbr>Name property: Match Variable."
syntax: "public WebApplicationFirewallMatchVariable variableName()"
desc: "Get the variableName property: Match Variable."
returns:
description: "the variableName value."
type: "<xref href=\"com.azure.resourcemanager.network.models.WebApplicationFirewallMatchVariable?alt=com.azure.resourcemanager.network.models.WebApplicationFirewallMatchVariable&text=WebApplicationFirewallMatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.MatchVariable.withSelector(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.withSelector(String selector)"
name: "withSelector(String selector)"
nameWithType: "MatchVariable.withSelector(String selector)"
summary: "Set the selector property: The selector of match variable."
parameters:
- description: "the selector value to set."
name: "selector"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public MatchVariable withSelector(String selector)"
desc: "Set the selector property: The selector of match variable."
returns:
description: "the MatchVariable object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.MatchVariable?alt=com.azure.resourcemanager.network.models.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.MatchVariable.withVariableName(com.azure.resourcemanager.network.models.WebApplicationFirewallMatchVariable)"
fullName: "com.azure.resourcemanager.network.models.MatchVariable.withVariableName(WebApplicationFirewallMatchVariable variableName)"
name: "withVariableName(WebApplicationFirewallMatchVariable variableName)"
nameWithType: "MatchVariable.withVariableName(WebApplicationFirewallMatchVariable variableName)"
summary: "Set the variable<wbr>Name property: Match Variable."
parameters:
- description: "the variableName value to set."
name: "variableName"
type: "<xref href=\"com.azure.resourcemanager.network.models.WebApplicationFirewallMatchVariable?alt=com.azure.resourcemanager.network.models.WebApplicationFirewallMatchVariable&text=WebApplicationFirewallMatchVariable\" data-throw-if-not-resolved=\"False\" />"
syntax: "public MatchVariable withVariableName(WebApplicationFirewallMatchVariable variableName)"
desc: "Set the variableName property: Match Variable."
returns:
description: "the MatchVariable object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.MatchVariable?alt=com.azure.resourcemanager.network.models.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Define match variables."
implements:
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" />&lt;<xref href=\"com.azure.resourcemanager.network.models.MatchVariable?alt=com.azure.resourcemanager.network.models.MatchVariable&text=MatchVariable\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.42.0