Lezen in het Engels

Delen via


FirewallRuleListResult Class

  • java.lang.Object
    • com.azure.resourcemanager.mysql.models.FirewallRuleListResult

public final class FirewallRuleListResult

A list of firewall rules.

Constructor Summary

Constructor Description
FirewallRuleListResult()

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<FirewallRuleInner> value()

Get the value property: The list of firewall rules in a server.

FirewallRuleListResult withValue(List<FirewallRuleInner> value)

Set the value property: The list of firewall rules in a server.

Methods inherited from java.lang.Object

Constructor Details

FirewallRuleListResult

public FirewallRuleListResult()

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of firewall rules in a server.

Returns:

the value value.

withValue

public FirewallRuleListResult withValue(List value)

Set the value property: The list of firewall rules in a server.

Parameters:

value - the value value to set.

Returns:

the FirewallRuleListResult object itself.

Applies to

Azure SDK for Java

Latest