public final class SecurityGroupViewResultInner extends Object
| Constructor and Description |
|---|
SecurityGroupViewResultInner() |
| Modifier and Type | Method and Description |
|---|---|
List<SecurityGroupNetworkInterface> |
networkInterfaces()
Get the networkInterfaces property: List of network interfaces on the specified VM.
|
void |
validate()
Validates the instance.
|
SecurityGroupViewResultInner |
withNetworkInterfaces(List<SecurityGroupNetworkInterface> networkInterfaces)
Set the networkInterfaces property: List of network interfaces on the specified VM.
|
public List<SecurityGroupNetworkInterface> networkInterfaces()
public SecurityGroupViewResultInner withNetworkInterfaces(List<SecurityGroupNetworkInterface> networkInterfaces)
networkInterfaces - the networkInterfaces value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.