Class SecurityGroupNetworkInterface
- java.lang.Object
-
- com.microsoft.azure.management.network.SecurityGroupNetworkInterface
-
public class SecurityGroupNetworkInterface extends Object
Network interface and all its associated security rules.
-
-
Constructor Summary
Constructors Constructor Description SecurityGroupNetworkInterface()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id value.SecurityRuleAssociationssecurityRuleAssociations()Get the securityRuleAssociations value.SecurityGroupNetworkInterfacewithId(String id)Set the id value.SecurityGroupNetworkInterfacewithSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)Set the securityRuleAssociations value.
-
-
-
Method Detail
-
id
public String id()
Get the id value.- Returns:
- the id value
-
withId
public SecurityGroupNetworkInterface withId(String id)
Set the id value.- Parameters:
id- the id value to set- Returns:
- the SecurityGroupNetworkInterface object itself.
-
securityRuleAssociations
public SecurityRuleAssociations securityRuleAssociations()
Get the securityRuleAssociations value.- Returns:
- the securityRuleAssociations value
-
withSecurityRuleAssociations
public SecurityGroupNetworkInterface withSecurityRuleAssociations(SecurityRuleAssociations securityRuleAssociations)
Set the securityRuleAssociations value.- Parameters:
securityRuleAssociations- the securityRuleAssociations value to set- Returns:
- the SecurityGroupNetworkInterface object itself.
-
-