Class NetworkProfileUpdate
java.lang.Object
com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate
Defines the update resource properties.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.void
validate()
Validates the instance.withNetworkInterfaces
(List<NetworkInterfaceUpdate> networkInterfaces) Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.
-
Constructor Details
-
NetworkProfileUpdate
public NetworkProfileUpdate()
-
-
Method Details
-
networkInterfaces
Get the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.- Returns:
- the networkInterfaces value.
-
withNetworkInterfaces
Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.- Parameters:
networkInterfaces
- the networkInterfaces value to set.- Returns:
- the NetworkProfileUpdate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-