Share via


IVirtualMachineRunCommandsOperations Interface

Definition

VirtualMachineRunCommandsOperations operations.

public interface IVirtualMachineRunCommandsOperations
type IVirtualMachineRunCommandsOperations = interface
Public Interface IVirtualMachineRunCommandsOperations

Methods

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, VirtualMachineRunCommandInner, 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, VirtualMachineRunCommandInner, 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

BeginCreateOrUpdateAsync(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommandInner, CancellationToken)

The operation to create or update the run command.

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

The operation to delete the run command.

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

The operation to update the run command.

CreateOrUpdateAsync(IVirtualMachineRunCommandsOperations, String, String, String, VirtualMachineRunCommandInner, CancellationToken)

The operation to create or update the run command.

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

The operation to delete the run command.

GetAsync(IVirtualMachineRunCommandsOperations, String, String, CancellationToken)

Gets specific run command for a subscription in a location.

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

The operation to get the run command.

ListAsync(IVirtualMachineRunCommandsOperations, String, CancellationToken)

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

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

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.

ListNextAsync(IVirtualMachineRunCommandsOperations, String, CancellationToken)

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

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

The operation to update the run command.

Applies to