NetworkCloudVirtualMachineCollection.CreateOrUpdateAsync Method

Definition

Create a new virtual machine or update the properties of the existing virtual machine.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.NetworkCloud/virtualMachines/{virtualMachineName}
  • Operation Id: VirtualMachines_CreateOrUpdate
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string virtualMachineName, Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, virtualMachineName As String, data As NetworkCloudVirtualMachineData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of NetworkCloudVirtualMachineResource))

Parameters

waitUntil
WaitUntil

Completed if the method should wait to return until the long-running operation has completed on the service; Started if it should return after starting the operation. For more information on long-running operations, please see Azure.Core Long-Running Operation samples.

virtualMachineName
String

The name of the virtual machine.

data
NetworkCloudVirtualMachineData

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

virtualMachineName is an empty string, and was expected to be non-empty.

virtualMachineName or data is null.

Applies to