Class NetworkProfile
java.lang.Object
com.microsoft.azure.management.compute.NetworkProfile
Specifies the network interfaces of the virtual machine.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet specifies the list of resource Ids for the network interfaces associated with the virtual machine.withNetworkInterfaces
(List<NetworkInterfaceReference> networkInterfaces) Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.
-
Constructor Details
-
NetworkProfile
public NetworkProfile()
-
-
Method Details
-
networkInterfaces
Get specifies the list of resource Ids for the network interfaces associated with the virtual machine.- Returns:
- the networkInterfaces value
-
withNetworkInterfaces
Set specifies the list of resource Ids for the network interfaces associated with the virtual machine.- Parameters:
networkInterfaces
- the networkInterfaces value to set- Returns:
- the NetworkProfile object itself.
-