IVirtualMachineScaleSetVMRunCommandsOperations Interface

Definition

VirtualMachineScaleSetVMRunCommandsOperations operations.

public interface IVirtualMachineScaleSetVMRunCommandsOperations
type IVirtualMachineScaleSetVMRunCommandsOperations = interface
Public Interface IVirtualMachineScaleSetVMRunCommandsOperations

Methods

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

The operation to create or update the VMSS VM run command.

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

The operation to delete the VMSS VM run command.

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

The operation to update the VMSS VM run command.

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

The operation to create or update the VMSS VM run command.

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

The operation to delete the VMSS VM run command.

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

The operation to get the VMSS VM run command.

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

The operation to get all run commands of an instance in Virtual Machine Scaleset.

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

The operation to get all run commands of an instance in Virtual Machine Scaleset.

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

The operation to update the VMSS VM run command.

Extension Methods

BeginCreateOrUpdate(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand)

The operation to create or update the VMSS VM run command.

BeginCreateOrUpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand, CancellationToken)

The operation to create or update the VMSS VM run command.

BeginDelete(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String)

The operation to delete the VMSS VM run command.

BeginDeleteAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, CancellationToken)

The operation to delete the VMSS VM run command.

BeginUpdate(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate)

The operation to update the VMSS VM run command.

BeginUpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate, CancellationToken)

The operation to update the VMSS VM run command.

CreateOrUpdate(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand)

The operation to create or update the VMSS VM run command.

CreateOrUpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommand, CancellationToken)

The operation to create or update the VMSS VM run command.

Delete(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String)

The operation to delete the VMSS VM run command.

DeleteAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, CancellationToken)

The operation to delete the VMSS VM run command.

Get(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, String)

The operation to get the VMSS VM run command.

GetAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, String, CancellationToken)

The operation to get the VMSS VM run command.

List(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String)

The operation to get all run commands of an instance in Virtual Machine Scaleset.

ListAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, CancellationToken)

The operation to get all run commands of an instance in Virtual Machine Scaleset.

ListNext(IVirtualMachineScaleSetVMRunCommandsOperations, String)

The operation to get all run commands of an instance in Virtual Machine Scaleset.

ListNextAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, CancellationToken)

The operation to get all run commands of an instance in Virtual Machine Scaleset.

Update(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate)

The operation to update the VMSS VM run command.

UpdateAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, String, String, String, VirtualMachineRunCommandUpdate, CancellationToken)

The operation to update the VMSS VM run command.

Applies to