public final class NetworkInterfaceAssociation extends Object
| Constructor and Description |
|---|
NetworkInterfaceAssociation() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: Network interface ID.
|
List<SecurityRuleInner> |
securityRules()
Get the securityRules property: Collection of custom security rules.
|
void |
validate()
Validates the instance.
|
NetworkInterfaceAssociation |
withSecurityRules(List<SecurityRuleInner> securityRules)
Set the securityRules property: Collection of custom security rules.
|
public String id()
public List<SecurityRuleInner> securityRules()
public NetworkInterfaceAssociation withSecurityRules(List<SecurityRuleInner> securityRules)
securityRules - the securityRules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.