ApplicationGatewayAvailableWafRuleSetsResultInner Class

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

public final class ApplicationGatewayAvailableWafRuleSetsResultInner

Response for ApplicationGatewayAvailableWafRuleSets API service call.

Constructor Summary

Constructor Description
ApplicationGatewayAvailableWafRuleSetsResultInner()

Creates an instance of ApplicationGatewayAvailableWafRuleSetsResultInner class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<ApplicationGatewayFirewallRuleSet> value()

Get the value property: The list of application gateway rule sets.

ApplicationGatewayAvailableWafRuleSetsResultInner withValue(List<ApplicationGatewayFirewallRuleSet> value)

Set the value property: The list of application gateway rule sets.

Methods inherited from java.lang.Object

Constructor Details

ApplicationGatewayAvailableWafRuleSetsResultInner

public ApplicationGatewayAvailableWafRuleSetsResultInner()

Creates an instance of ApplicationGatewayAvailableWafRuleSetsResultInner class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of application gateway rule sets.

Returns:

the value value.

withValue

public ApplicationGatewayAvailableWafRuleSetsResultInner withValue(List value)

Set the value property: The list of application gateway rule sets.

Parameters:

value - the value value to set.

Returns:

the ApplicationGatewayAvailableWafRuleSetsResultInner object itself.

Applies to