Поделиться через


NetworkCloudVirtualMachineConsoleCollection.CreateOrUpdate Method

Definition

Overloads

CreateOrUpdate(WaitUntil, String, NetworkCloudVirtualMachineConsoleData, CancellationToken)

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
  • Resource: NetworkCloudVirtualMachineConsoleResource
CreateOrUpdate(WaitUntil, String, NetworkCloudVirtualMachineConsoleData, String, String, CancellationToken)

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
  • Default Api Version: 2025-02-01
  • Resource: NetworkCloudVirtualMachineConsoleResource

CreateOrUpdate(WaitUntil, String, NetworkCloudVirtualMachineConsoleData, CancellationToken)

Source:
NetworkCloudVirtualMachineConsoleCollection.cs
Source:
NetworkCloudVirtualMachineConsoleCollection.cs

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
  • Resource: NetworkCloudVirtualMachineConsoleResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string consoleName, Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData data, System.Threading.CancellationToken cancellationToken);
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string consoleName, Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, consoleName As String, data As NetworkCloudVirtualMachineConsoleData, cancellationToken As CancellationToken) As ArmOperation(Of NetworkCloudVirtualMachineConsoleResource)
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, consoleName As String, data As NetworkCloudVirtualMachineConsoleData, Optional cancellationToken As CancellationToken = Nothing) As 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

CreateOrUpdate(WaitUntil, String, NetworkCloudVirtualMachineConsoleData, String, String, CancellationToken)

Source:
NetworkCloudVirtualMachineConsoleCollection.cs

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
  • Default Api Version: 2025-02-01
  • Resource: NetworkCloudVirtualMachineConsoleResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource> CreateOrUpdate(Azure.WaitUntil waitUntil, string consoleName, Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData data, string ifMatch = default, string ifNoneMatch = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleData * string * string * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.NetworkCloud.NetworkCloudVirtualMachineConsoleResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, consoleName As String, data As NetworkCloudVirtualMachineConsoleData, Optional ifMatch As String = Nothing, Optional ifNoneMatch As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As 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.

ifMatch
String

The ETag of the transformation. Omit this value to always overwrite the current resource. Specify the last-seen ETag value to prevent accidentally overwriting concurrent changes.

ifNoneMatch
String

Set to '*' to allow a new record set to be created, but to prevent updating an existing resource. Other values will result in error from server as they are not supported.

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