IVirtualMachinesBeta Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Entry point to virtual machine management API.
public interface IVirtualMachinesBeta : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IVirtualMachinesBeta = interface
interface IBeta
Public Interface IVirtualMachinesBeta
Implements IBeta
- Derived
- Implements
Methods
RunCommand(String, String, RunCommandInput) |
Run commands in a virtual machine. |
RunCommandAsync(String, String, RunCommandInput, CancellationToken) |
Run commands in a virtual machine asynchronously. |
RunPowerShellScript(String, String, IList<String>, IList<RunCommandInputParameter>) |
Run shell script in a virtual machine. |
RunPowerShellScriptAsync(String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken) |
Run shell script in a virtual machine asynchronously. |
RunShellScript(String, String, IList<String>, IList<RunCommandInputParameter>) |
Run shell script in a virtual machine. |
RunShellScriptAsync(String, String, IList<String>, IList<RunCommandInputParameter>, CancellationToken) |
Run shell script in a virtual machine asynchronously. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET