ApplicationGatewayWafDynamicManifestResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayWafDynamicManifestResultInner
- com.
Implements
public final class ApplicationGatewayWafDynamicManifestResultInner
implements JsonSerializable<ApplicationGatewayWafDynamicManifestResultInner>
Response for ApplicationGatewayWafDynamicManifest API service call.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayWafDynamicManifestResultInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Application |
availableRuleSets()
Get the available |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
String |
id()
Get the id property: Resource ID. |
String |
name()
Get the name property: Resource name. |
String |
ruleSetType()
Get the rule |
String |
ruleSetVersion()
Get the rule |
Json |
toJson(JsonWriter jsonWriter) |
String |
type()
Get the type property: Resource type. |
void |
validate()
Validates the instance. |
Application |
withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets)
Set the available |
Application |
withId(String id)
Set the id property: Resource ID. |
Application |
withRuleSetType(String ruleSetType)
Set the rule |
Application |
withRuleSetVersion(String ruleSetVersion)
Set the rule |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayWafDynamicManifestResultInner
public ApplicationGatewayWafDynamicManifestResultInner()
Creates an instance of ApplicationGatewayWafDynamicManifestResultInner class.
Method Details
availableRuleSets
public List
Get the availableRuleSets property: The available rulesets.
Returns:
fromJson
public static ApplicationGatewayWafDynamicManifestResultInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayWafDynamicManifestResultInner from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Resource ID.
Returns:
name
public String name()
Get the name property: Resource name.
Returns:
ruleSetType
public String ruleSetType()
Get the ruleSetType property: The type of the web application firewall rule set.
Returns:
ruleSetVersion
public String ruleSetVersion()
Get the ruleSetVersion property: The version of the web application firewall rule set type.
Returns:
toJson
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.
withAvailableRuleSets
public ApplicationGatewayWafDynamicManifestResultInner withAvailableRuleSets(List
Set the availableRuleSets property: The available rulesets.
Parameters:
Returns:
withId
public ApplicationGatewayWafDynamicManifestResultInner withId(String id)
Set the id property: Resource ID.
Parameters:
Returns:
withRuleSetType
public ApplicationGatewayWafDynamicManifestResultInner withRuleSetType(String ruleSetType)
Set the ruleSetType property: The type of the web application firewall rule set.
Parameters:
Returns:
withRuleSetVersion
public ApplicationGatewayWafDynamicManifestResultInner withRuleSetVersion(String ruleSetVersion)
Set the ruleSetVersion property: The version of the web application firewall rule set type.
Parameters:
Returns:
Applies to
Azure SDK for Java