VirtualMachineRunCommandsOperationsExtensions.BeginCreateOrUpdate Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Opération de création ou de mise à jour de la commande 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
Paramètres
- operations
- IVirtualMachineRunCommandsOperations
Groupe d’opérations pour cette méthode d’extension.
- resourceGroupName
- String
Nom du groupe de ressources.
- vmName
- String
Nom de la machine virtuelle sur laquelle la commande d’exécution doit être créée ou mise à jour.
- runCommandName
- String
Nom de la commande d’exécution de la machine virtuelle.
- runCommand
- VirtualMachineRunCommand
Paramètres fournis à l’opération Create Virtual Machine RunCommand.
Retours
S’applique à
Azure SDK for .NET