VirtualMachineScaleSetVMRunCommandsOperationsExtensions Class

Definition

Extension methods for VirtualMachineScaleSetVMRunCommandsOperations.

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

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