NetworkProfileUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. NetworkProfileUpdate
- com.
public final class NetworkProfileUpdate
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| NetworkProfileUpdate() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Network |
networkInterfaces()
Get the network |
| void |
validate()
Validates the instance. |
|
Network |
withNetworkInterfaces(List<NetworkInterfacesUpdate> networkInterfaces)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
NetworkProfileUpdate
public NetworkProfileUpdate()
Method Details
networkInterfaces
public List<NetworkInterfacesUpdate> networkInterfaces()
Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
Returns:
validate
public void validate()
Validates the instance.
withNetworkInterfaces
public NetworkProfileUpdate withNetworkInterfaces(List<NetworkInterfacesUpdate> networkInterfaces)
Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
Parameters:
Returns: