ApplicationGatewayWafDynamicManifestResultInner Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationGatewayWafDynamicManifestResultInner

public final class ApplicationGatewayWafDynamicManifestResultInner

Response for ApplicationGatewayWafDynamicManifest API service call.

Constructor Summary

Constructor Description
ApplicationGatewayWafDynamicManifestResultInner()

Creates an instance of ApplicationGatewayWafDynamicManifestResultInner class.

Method Summary

Modifier and Type Method and Description
List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets()

Get the availableRuleSets property: The available rulesets.

String id()

Get the id property: Resource ID.

String name()

Get the name property: Resource name.

String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

String type()

Get the type property: Resource type.

void validate()

Validates the instance.

ApplicationGatewayWafDynamicManifestResultInner withAvailableRuleSets(List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets)

Set the availableRuleSets property: The available rulesets.

ApplicationGatewayWafDynamicManifestResultInner withId(String id)

Set the id property: Resource ID.

ApplicationGatewayWafDynamicManifestResultInner withRuleSetType(String ruleSetType)

Set the ruleSetType property: The type of the web application firewall rule set.

ApplicationGatewayWafDynamicManifestResultInner withRuleSetVersion(String ruleSetVersion)

Set the ruleSetVersion property: The version of the web application firewall rule set type.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayWafDynamicManifestResultInner

public ApplicationGatewayWafDynamicManifestResultInner()

Creates an instance of ApplicationGatewayWafDynamicManifestResultInner class.

Method Details

availableRuleSets

public List availableRuleSets()

Get the availableRuleSets property: The available rulesets.

Returns:

the availableRuleSets value.

id

public String id()

Get the id property: Resource ID.

Returns:

the id value.

name

public String name()

Get the name property: Resource name.

Returns:

the name value.

ruleSetType

public String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

Returns:

the ruleSetType value.

ruleSetVersion

public String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

Returns:

the ruleSetVersion value.

type

public String type()

Get the type property: Resource type.

Returns:

the type value.

validate

public void validate()

Validates the instance.

withAvailableRuleSets

public ApplicationGatewayWafDynamicManifestResultInner withAvailableRuleSets(List availableRuleSets)

Set the availableRuleSets property: The available rulesets.

Parameters:

availableRuleSets - the availableRuleSets value to set.

Returns:

the ApplicationGatewayWafDynamicManifestResultInner object itself.

withId

public ApplicationGatewayWafDynamicManifestResultInner withId(String id)

Set the id property: Resource ID.

Parameters:

id - the id value to set.

Returns:

the ApplicationGatewayWafDynamicManifestResultInner object itself.

withRuleSetType

public ApplicationGatewayWafDynamicManifestResultInner withRuleSetType(String ruleSetType)

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.

withRuleSetVersion

public ApplicationGatewayWafDynamicManifestResultInner withRuleSetVersion(String ruleSetVersion)

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.

Applies to