VirtualMachineRunCommandsOperationsExtensions Class

Definition

Extension methods for VirtualMachineRunCommandsOperations.

public static class VirtualMachineRunCommandsOperationsExtensions
type VirtualMachineRunCommandsOperationsExtensions = class
Public Module VirtualMachineRunCommandsOperationsExtensions
Inheritance
VirtualMachineRunCommandsOperationsExtensions

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