NetworkCloudVirtualMachineConsoleCollection.CreateOrUpdateAsync Method

Definition

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

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

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.

consoleName
String

The name of the virtual machine console.

data
NetworkCloudVirtualMachineConsoleData

The request body.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

consoleName or data is null.

Applies to