public final class NetworkProfile extends Object
| Constructor and Description |
|---|
NetworkProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<NetworkInterfaceReference> |
networkInterfaces()
Get the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with
the virtual machine.
|
void |
validate()
Validates the instance.
|
NetworkProfile |
withNetworkInterfaces(List<NetworkInterfaceReference> networkInterfaces)
Set the networkInterfaces property: Specifies the list of resource Ids for the network interfaces associated with
the virtual machine.
|
public List<NetworkInterfaceReference> networkInterfaces()
public NetworkProfile withNetworkInterfaces(List<NetworkInterfaceReference> 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.