Compartir a través de


VirtualMachineRunCommandsOperationsExtensions.BeginCreateOrUpdate Método

Definición

La operación para crear o actualizar el comando run.

public static Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand BeginCreateOrUpdate (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string runCommandName, Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand runCommand);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand -> Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand
<Extension()>
Public Function BeginCreateOrUpdate (operations As IVirtualMachineRunCommandsOperations, resourceGroupName As String, vmName As String, runCommandName As String, runCommand As VirtualMachineRunCommand) As VirtualMachineRunCommand

Parámetros

operations
IVirtualMachineRunCommandsOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos.

vmName
String

Nombre de la máquina virtual donde se debe crear o actualizar el comando run.

runCommandName
String

Nombre del comando de ejecución de la máquina virtual.

runCommand
VirtualMachineRunCommand

Parámetros proporcionados a la operación Create Virtual Machine RunCommand.

Devoluciones

Se aplica a