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

198 строки
18 KiB
YAML
Исходник Постоянная ссылка Обычный вид История

### YamlMime:JavaType
uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet"
name: "ApplicationGatewayFirewallManifestRuleSet"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet"
summary: "Properties of the web application firewall rule set."
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 **ApplicationGatewayFirewallManifestRuleSet**</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.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />&gt;"
constructors:
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ApplicationGatewayFirewallManifestRuleSet()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ApplicationGatewayFirewallManifestRuleSet()"
name: "ApplicationGatewayFirewallManifestRuleSet()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.ApplicationGatewayFirewallManifestRuleSet()"
summary: "Creates an instance of Application<wbr>Gateway<wbr>Firewall<wbr>Manifest<wbr>Rule<wbr>Set class."
syntax: "public ApplicationGatewayFirewallManifestRuleSet()"
desc: "Creates an instance of ApplicationGatewayFirewallManifestRuleSet class."
methods:
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Application<wbr>Gateway<wbr>Firewall<wbr>Manifest<wbr>Rule<wbr>Set 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 ApplicationGatewayFirewallManifestRuleSet 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 ApplicationGatewayFirewallManifestRuleSet from the JsonReader."
returns:
description: "An instance of ApplicationGatewayFirewallManifestRuleSet if the JsonReader was pointing to an instance of\n it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ruleGroups()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ruleGroups()"
name: "ruleGroups()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.ruleGroups()"
summary: "Get the rule<wbr>Groups property: The rule groups of the web application firewall rule set."
syntax: "public List<ApplicationGatewayFirewallRuleGroup> ruleGroups()"
desc: "Get the ruleGroups property: The rule groups of the web application firewall rule set."
returns:
description: "the ruleGroups value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup&text=ApplicationGatewayFirewallRuleGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ruleSetType()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ruleSetType()"
name: "ruleSetType()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.ruleSetType()"
summary: "Get the rule<wbr>Set<wbr>Type property: The type of the web application firewall rule set."
syntax: "public String ruleSetType()"
desc: "Get the ruleSetType property: The type of the web application firewall rule set."
returns:
description: "the ruleSetType value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ruleSetVersion()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.ruleSetVersion()"
name: "ruleSetVersion()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.ruleSetVersion()"
summary: "Get the rule<wbr>Set<wbr>Version property: The version of the web application firewall rule set type."
syntax: "public String ruleSetVersion()"
desc: "Get the ruleSetVersion property: The version of the web application firewall rule set type."
returns:
description: "the ruleSetVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.status()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.status()"
name: "status()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.status()"
summary: "Get the status property: The rule set status."
syntax: "public ApplicationGatewayRuleSetStatusOptions status()"
desc: "Get the status property: The rule set status."
returns:
description: "the status value."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayRuleSetStatusOptions?alt=com.azure.resourcemanager.network.models.ApplicationGatewayRuleSetStatusOptions&text=ApplicationGatewayRuleSetStatusOptions\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.tiers()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.tiers()"
name: "tiers()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.tiers()"
summary: "Get the tiers property: Tier of an application gateway that support the rule set."
syntax: "public List<ApplicationGatewayTierTypes> tiers()"
desc: "Get the tiers property: Tier of an application gateway that support the rule set."
returns:
description: "the tiers value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayTierTypes?alt=com.azure.resourcemanager.network.models.ApplicationGatewayTierTypes&text=ApplicationGatewayTierTypes\" data-throw-if-not-resolved=\"False\" />&gt;"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.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.ApplicationGatewayFirewallManifestRuleSet.validate()"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.validate()"
name: "validate()"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withRuleGroups(java.util.List<com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup>)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)"
name: "withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)"
summary: "Set the rule<wbr>Groups property: The rule groups of the web application firewall rule set."
parameters:
- description: "the ruleGroups value to set."
name: "ruleGroups"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup&text=ApplicationGatewayFirewallRuleGroup\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationGatewayFirewallManifestRuleSet withRuleGroups(List<ApplicationGatewayFirewallRuleGroup> ruleGroups)"
desc: "Set the ruleGroups property: The rule groups of the web application firewall rule set."
returns:
description: "the ApplicationGatewayFirewallManifestRuleSet object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withRuleSetType(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withRuleSetType(String ruleSetType)"
name: "withRuleSetType(String ruleSetType)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.withRuleSetType(String ruleSetType)"
summary: "Set the rule<wbr>Set<wbr>Type property: The type of the web application firewall rule set."
parameters:
- description: "the ruleSetType value to set."
name: "ruleSetType"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationGatewayFirewallManifestRuleSet withRuleSetType(String ruleSetType)"
desc: "Set the ruleSetType property: The type of the web application firewall rule set."
returns:
description: "the ApplicationGatewayFirewallManifestRuleSet object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withRuleSetVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withRuleSetVersion(String ruleSetVersion)"
name: "withRuleSetVersion(String ruleSetVersion)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.withRuleSetVersion(String ruleSetVersion)"
summary: "Set the rule<wbr>Set<wbr>Version property: The version of the web application firewall rule set type."
parameters:
- description: "the ruleSetVersion value to set."
name: "ruleSetVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ApplicationGatewayFirewallManifestRuleSet withRuleSetVersion(String ruleSetVersion)"
desc: "Set the ruleSetVersion property: The version of the web application firewall rule set type."
returns:
description: "the ApplicationGatewayFirewallManifestRuleSet object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withStatus(com.azure.resourcemanager.network.models.ApplicationGatewayRuleSetStatusOptions)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withStatus(ApplicationGatewayRuleSetStatusOptions status)"
name: "withStatus(ApplicationGatewayRuleSetStatusOptions status)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.withStatus(ApplicationGatewayRuleSetStatusOptions status)"
summary: "Set the status property: The rule set status."
parameters:
- description: "the status value to set."
name: "status"
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayRuleSetStatusOptions?alt=com.azure.resourcemanager.network.models.ApplicationGatewayRuleSetStatusOptions&text=ApplicationGatewayRuleSetStatusOptions\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ApplicationGatewayFirewallManifestRuleSet withStatus(ApplicationGatewayRuleSetStatusOptions status)"
desc: "Set the status property: The rule set status."
returns:
description: "the ApplicationGatewayFirewallManifestRuleSet object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withTiers(java.util.List<com.azure.resourcemanager.network.models.ApplicationGatewayTierTypes>)"
fullName: "com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet.withTiers(List<ApplicationGatewayTierTypes> tiers)"
name: "withTiers(List<ApplicationGatewayTierTypes> tiers)"
nameWithType: "ApplicationGatewayFirewallManifestRuleSet.withTiers(List<ApplicationGatewayTierTypes> tiers)"
summary: "Set the tiers property: Tier of an application gateway that support the rule set."
parameters:
- description: "the tiers value to set."
name: "tiers"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/List.html\">List</a>&lt;<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayTierTypes?alt=com.azure.resourcemanager.network.models.ApplicationGatewayTierTypes&text=ApplicationGatewayTierTypes\" data-throw-if-not-resolved=\"False\" />&gt;"
syntax: "public ApplicationGatewayFirewallManifestRuleSet withTiers(List<ApplicationGatewayTierTypes> tiers)"
desc: "Set the tiers property: Tier of an application gateway that support the rule set."
returns:
description: "the ApplicationGatewayFirewallManifestRuleSet object itself."
type: "<xref href=\"com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties of the web application firewall rule set."
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.ApplicationGatewayFirewallManifestRuleSet?alt=com.azure.resourcemanager.network.models.ApplicationGatewayFirewallManifestRuleSet&text=ApplicationGatewayFirewallManifestRuleSet\" data-throw-if-not-resolved=\"False\" />&gt;"
metadata: {}
package: "com.azure.resourcemanager.network.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-network:2.44.0