HciVmInstanceResource.CreateOrUpdateAsync Method

Definition

The operation to create or update a virtual machine instance. Please note some properties can be set only during virtual machine instance creation.

  • Request Path. : /{resourceUri}/providers/Microsoft.AzureStackHCI/virtualMachineInstances/default.
  • Operation Id. : VirtualMachineInstances_CreateOrUpdate.
  • Default Api Version. : 2025-09-01-preview.
  • Resource. : HciVmInstanceResource.
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Vm.HciVmInstanceResource>> CreateOrUpdateAsync(Azure.WaitUntil waitUntil, Azure.ResourceManager.Hci.Vm.HciVmInstanceData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Hci.Vm.HciVmInstanceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Vm.HciVmInstanceResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * Azure.ResourceManager.Hci.Vm.HciVmInstanceData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Hci.Vm.HciVmInstanceResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, data As HciVmInstanceData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of HciVmInstanceResource))

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.

data
HciVmInstanceData

Resource create parameters.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

data is null.

Applies to