Partager via


IVirtualMachinesBeta Interface

Définition

Point d’entrée de l’API de gestion des machines virtuelles.

public interface IVirtualMachinesBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachinesBeta = interface
    interface IBeta
Public Interface IVirtualMachinesBeta
Implements IBeta
Dérivé
Implémente

Méthodes

RunCommand(String, String, RunCommandInput)

Exécutez des commandes dans une machine virtuelle.

RunCommandAsync(String, String, RunCommandInput, CancellationToken)

Exécutez des commandes dans une machine virtuelle de façon asynchrone.

RunPowerShellScript(String, String, IList<String>, IList<RunCommandInputParameter>)

Exécuter un script shell dans une machine virtuelle.

RunPowerShellScriptAsync(String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken)

Exécutez le script shell dans une machine virtuelle de manière asynchrone.

RunShellScript(String, String, IList<String>, IList<RunCommandInputParameter>)

Exécuter un script shell dans une machine virtuelle.

RunShellScriptAsync(String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken)

Exécutez le script shell dans une machine virtuelle de manière asynchrone.

S’applique à