NetworkInterfaceAssociation Class

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

public class NetworkInterfaceAssociation

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.

NetworkInterfaceAssociation 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 NetworkInterfaceAssociation withSecurityRules(List securityRules)

Set the securityRules value.

Parameters:

securityRules - the securityRules value to set

Returns:

the NetworkInterfaceAssociation object itself.

Applies to