VirtualMachineRunCommandsOperationsExtensions.CreateOrUpdate 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 permettant de créer ou de mettre à jour la commande d’exécution.
public static Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand CreateOrUpdate (this Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations operations, string resourceGroupName, string vmName, string runCommandName, Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand runCommand);
static member CreateOrUpdate : Microsoft.Azure.Management.Compute.IVirtualMachineRunCommandsOperations * string * string * string * Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand -> Microsoft.Azure.Management.Compute.Models.VirtualMachineRunCommand
<Extension()>
Public Function CreateOrUpdate (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