Megosztás a következőn keresztül:


VirtualMachineRunCommandCollection.CreateOrUpdate Method

Definition

The operation to create or update the run command.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}/runCommands/{runCommandName}
  • Operation Id: VirtualMachineRunCommands_CreateOrUpdate
  • Default Api Version: 2024-03-01
  • Resource: VirtualMachineRunCommandResource
public virtual Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineRunCommandResource> CreateOrUpdate (Azure.WaitUntil waitUntil, string runCommandName, Azure.ResourceManager.Compute.VirtualMachineRunCommandData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineRunCommandData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineRunCommandResource>
override this.CreateOrUpdate : Azure.WaitUntil * string * Azure.ResourceManager.Compute.VirtualMachineRunCommandData * System.Threading.CancellationToken -> Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Compute.VirtualMachineRunCommandResource>
Public Overridable Function CreateOrUpdate (waitUntil As WaitUntil, runCommandName As String, data As VirtualMachineRunCommandData, Optional cancellationToken As CancellationToken = Nothing) As ArmOperation(Of VirtualMachineRunCommandResource)

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.

runCommandName
String

The name of the virtual machine run command.

data
VirtualMachineRunCommandData

Parameters supplied to the Create Virtual Machine RunCommand operation.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

runCommandName or data is null.

Applies to