SubnetAssociation Class

  • java.lang.Object
    • com.microsoft.azure.management.network.SubnetAssociation

public class SubnetAssociation

Network interface and its custom security rules.

Method Summary

Modifier and Type Method and Description
String id()

Get the id value.

List<SecurityRuleInner> securityRules()

Get the securityRules value.

SubnetAssociation withSecurityRules(List<SecurityRuleInner> securityRules)

Set the securityRules value.

Method Details

id

public String id()

Get the id value.

Returns:

the id value

securityRules

public List securityRules()

Get the securityRules value.

Returns:

the securityRules value

withSecurityRules

public SubnetAssociation withSecurityRules(List securityRules)

Set the securityRules value.

Parameters:

securityRules - the securityRules value to set

Returns:

the SubnetAssociation object itself.

Applies to