Class ApplicationGatewayWafDynamicManifestResultInner
java.lang.Object
com.azure.resourcemanager.network.fluent.models.ApplicationGatewayWafDynamicManifestResultInner
Response for ApplicationGatewayWafDynamicManifest API service call.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayWafDynamicManifestResultInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the availableRuleSets property: The available rulesets.id()Get the id property: Resource ID.name()Get the name property: Resource name.Get the ruleSetType property: The type of the web application firewall rule set.Get the ruleSetVersion property: The version of the web application firewall rule set type.type()Get the type property: Resource type.voidvalidate()Validates the instance.withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets) Set the availableRuleSets property: The available rulesets.Set the id property: Resource ID.withRuleSetType(String ruleSetType) Set the ruleSetType property: The type of the web application firewall rule set.withRuleSetVersion(String ruleSetVersion) Set the ruleSetVersion property: The version of the web application firewall rule set type.
-
Constructor Details
-
ApplicationGatewayWafDynamicManifestResultInner
public ApplicationGatewayWafDynamicManifestResultInner()Creates an instance of ApplicationGatewayWafDynamicManifestResultInner class.
-
-
Method Details
-
id
Get the id property: Resource ID.- Returns:
- the id value.
-
withId
Set the id property: Resource ID.- Parameters:
id- the id value to set.- Returns:
- the ApplicationGatewayWafDynamicManifestResultInner object itself.
-
name
Get the name property: Resource name.- Returns:
- the name value.
-
type
Get the type property: Resource type.- Returns:
- the type value.
-
availableRuleSets
Get the availableRuleSets property: The available rulesets.- Returns:
- the availableRuleSets value.
-
withAvailableRuleSets
public ApplicationGatewayWafDynamicManifestResultInner withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets) Set the availableRuleSets property: The available rulesets.- Parameters:
availableRuleSets- the availableRuleSets value to set.- Returns:
- the ApplicationGatewayWafDynamicManifestResultInner object itself.
-
ruleSetType
Get the ruleSetType property: The type of the web application firewall rule set.- Returns:
- the ruleSetType value.
-
withRuleSetType
Set the ruleSetType property: The type of the web application firewall rule set.- Parameters:
ruleSetType- the ruleSetType value to set.- Returns:
- the ApplicationGatewayWafDynamicManifestResultInner object itself.
-
ruleSetVersion
Get the ruleSetVersion property: The version of the web application firewall rule set type.- Returns:
- the ruleSetVersion value.
-
withRuleSetVersion
Set the ruleSetVersion property: The version of the web application firewall rule set type.- Parameters:
ruleSetVersion- the ruleSetVersion value to set.- Returns:
- the ApplicationGatewayWafDynamicManifestResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-