IVirtualMachinesBeta Interface

Definition

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