Class NetworkInterfaceAssociation
- java.lang.Object
-
- com.microsoft.azure.management.network.NetworkInterfaceAssociation
-
public class NetworkInterfaceAssociation extends Object
Network interface and its custom security rules.
-
-
Constructor Summary
Constructors Constructor Description NetworkInterfaceAssociation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.List<com.microsoft.azure.management.network.implementation.SecurityRuleInner>securityRules()Get the securityRules value.NetworkInterfaceAssociationwithSecurityRules(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules)Set the securityRules value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
securityRules
public List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules()
Get the securityRules value.- Returns:
- the securityRules value
-
withSecurityRules
public NetworkInterfaceAssociation withSecurityRules(List<com.microsoft.azure.management.network.implementation.SecurityRuleInner> securityRules)
Set the securityRules value.- Parameters:
securityRules- the securityRules value to set- Returns:
- the NetworkInterfaceAssociation object itself.
-
-