NetworkInterfaceAssociation Class
- java.
lang. Object - com.
microsoft. azure. management. network. NetworkInterfaceAssociation
- com.
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. |
Network |
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
Get the securityRules value.
Returns:
the securityRules value
withSecurityRules
public NetworkInterfaceAssociation withSecurityRules(List
Set the securityRules value.
Parameters:
securityRules
- the securityRules value to set
Returns:
the NetworkInterfaceAssociation object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java