IVirtualMachineRunCommandsOperations Interface

Definition

VirtualMachineRunCommandsOperations operations.

public interface IVirtualMachineRunCommandsOperations
type IVirtualMachineRunCommandsOperations = interface
Public Interface IVirtualMachineRunCommandsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, VirtualMachineRunCommand, Dictionary<String,List<String>>, CancellationToken)

The operation to create or update the run command.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

The operation to delete the run command.

BeginUpdateWithHttpMessagesAsync(String, String, String, VirtualMachineRunCommandUpdate, Dictionary<String,List<String>>, CancellationToken)

The operation to update the run command.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, VirtualMachineRunCommand, Dictionary<String,List<String>>, CancellationToken)

The operation to create or update the run command.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

The operation to delete the run command.

GetByVirtualMachineWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

The operation to get the run command.

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Gets specific run command for a subscription in a location.

ListByVirtualMachineNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

The operation to get all run commands of a Virtual Machine.

ListByVirtualMachineWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

The operation to get all run commands of a Virtual Machine.

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all available run commands for a subscription in a location.

ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Lists all available run commands for a subscription in a location.

UpdateWithHttpMessagesAsync(String, String, String, VirtualMachineRunCommandUpdate, Dictionary<String,List<String>>, CancellationToken)

The operation to update the run command.

Extension Methods

BeginCreateOrUpdate(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommand)

The operation to create or update the run command.

BeginCreateOrUpdateAsync(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommand, CancellationToken)

The operation to create or update the run command.

BeginDelete(IVirtualMachineRunCommandsOperations, String, String, String)

The operation to delete the run command.

BeginDeleteAsync(IVirtualMachineRunCommandsOperations, String, String, String, CancellationToken)

The operation to delete the run command.

BeginUpdate(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommandUpdate)

The operation to update the run command.

BeginUpdateAsync(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommandUpdate, CancellationToken)

The operation to update the run command.

CreateOrUpdate(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommand)

The operation to create or update the run command.

CreateOrUpdateAsync(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommand, CancellationToken)

The operation to create or update the run command.

Delete(IVirtualMachineRunCommandsOperations, String, String, String)

The operation to delete the run command.

DeleteAsync(IVirtualMachineRunCommandsOperations, String, String, String, CancellationToken)

The operation to delete the run command.

Get(IVirtualMachineRunCommandsOperations, String, String)

Gets specific run command for a subscription in a location.

GetAsync(IVirtualMachineRunCommandsOperations, String, String, CancellationToken)

Gets specific run command for a subscription in a location.

GetByVirtualMachine(IVirtualMachineRunCommandsOperations, String, String, String, String)

The operation to get the run command.

GetByVirtualMachineAsync(IVirtualMachineRunCommandsOperations, String, String, String, String, CancellationToken)

The operation to get the run command.

List(IVirtualMachineRunCommandsOperations, String)

Lists all available run commands for a subscription in a location.

ListAsync(IVirtualMachineRunCommandsOperations, String, CancellationToken)

Lists all available run commands for a subscription in a location.

ListByVirtualMachine(IVirtualMachineRunCommandsOperations, String, String, String)

The operation to get all run commands of a Virtual Machine.

ListByVirtualMachineAsync(IVirtualMachineRunCommandsOperations, String, String, String, CancellationToken)

The operation to get all run commands of a Virtual Machine.

ListByVirtualMachineNext(IVirtualMachineRunCommandsOperations, String)

The operation to get all run commands of a Virtual Machine.

ListByVirtualMachineNextAsync(IVirtualMachineRunCommandsOperations, String, CancellationToken)

The operation to get all run commands of a Virtual Machine.

ListNext(IVirtualMachineRunCommandsOperations, String)

Lists all available run commands for a subscription in a location.

ListNextAsync(IVirtualMachineRunCommandsOperations, String, CancellationToken)

Lists all available run commands for a subscription in a location.

Update(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommandUpdate)

The operation to update the run command.

UpdateAsync(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommandUpdate, CancellationToken)

The operation to update the run command.

Applies to