VirtualMachineRunCommandsOperationsExtensions Class

Definition

Extension methods for VirtualMachineRunCommandsOperations.

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

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