IVirtualMachinesBeta Interface
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.
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 à
Azure SDK for .NET