Uses of Class
com.azure.resourcemanager.scvmm.models.NetworkProfileUpdate
-
Packages that use NetworkProfileUpdate Package Description com.azure.resourcemanager.scvmm.models Package containing the data models for ScvmmClient. -
-
Uses of NetworkProfileUpdate in com.azure.resourcemanager.scvmm.models
Methods in com.azure.resourcemanager.scvmm.models that return NetworkProfileUpdate Modifier and Type Method Description NetworkProfileUpdate
VirtualMachineUpdateProperties. networkProfile()
Get the networkProfile property: Defines the resource properties.NetworkProfileUpdate
NetworkProfileUpdate. withNetworkInterfaces(List<NetworkInterfacesUpdate> networkInterfaces)
Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.Methods in com.azure.resourcemanager.scvmm.models with parameters of type NetworkProfileUpdate Modifier and Type Method Description VirtualMachineUpdateProperties
VirtualMachineUpdateProperties. withNetworkProfile(NetworkProfileUpdate networkProfile)
Set the networkProfile property: Defines the resource properties.
-