Uses of Class
com.azure.resourcemanager.connectedvmware.models.NetworkProfileUpdate
Packages that use NetworkProfileUpdate
Package
Description
Package containing the inner data models for ConnectedVMwareClient.
Package containing the data models for ConnectedVMwareClient.
-
Uses of NetworkProfileUpdate in com.azure.resourcemanager.connectedvmware.fluent.models
Methods in com.azure.resourcemanager.connectedvmware.fluent.models that return NetworkProfileUpdateModifier and TypeMethodDescriptionVirtualMachineUpdateProperties.networkProfile()
Get the networkProfile property: Defines the update resource properties.Methods in com.azure.resourcemanager.connectedvmware.fluent.models with parameters of type NetworkProfileUpdateModifier and TypeMethodDescriptionVirtualMachineUpdateProperties.withNetworkProfile
(NetworkProfileUpdate networkProfile) Set the networkProfile property: Defines the update resource properties. -
Uses of NetworkProfileUpdate in com.azure.resourcemanager.connectedvmware.models
Methods in com.azure.resourcemanager.connectedvmware.models that return NetworkProfileUpdateModifier and TypeMethodDescriptionVirtualMachineUpdate.networkProfile()
Get the networkProfile property: Defines the update resource properties.NetworkProfileUpdate.withNetworkInterfaces
(List<NetworkInterfaceUpdate> networkInterfaces) Set the networkInterfaces property: Gets or sets the list of network interfaces associated with the virtual machine.Methods in com.azure.resourcemanager.connectedvmware.models with parameters of type NetworkProfileUpdateModifier and TypeMethodDescriptionVirtualMachine.UpdateStages.WithNetworkProfile.withNetworkProfile
(NetworkProfileUpdate networkProfile) Specifies the networkProfile property: Defines the update resource properties..VirtualMachineUpdate.withNetworkProfile
(NetworkProfileUpdate networkProfile) Set the networkProfile property: Defines the update resource properties.