你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VirtualMachineScaleSetVMRunCommandsOperationsExtensions 类

定义

VirtualMachineScaleSetVMRunCommandsOperations 的扩展方法。

public static class VirtualMachineScaleSetVMRunCommandsOperationsExtensions
type VirtualMachineScaleSetVMRunCommandsOperationsExtensions = class
Public Module VirtualMachineScaleSetVMRunCommandsOperationsExtensions
继承
VirtualMachineScaleSetVMRunCommandsOperationsExtensions

方法

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

创建或更新 VMSS VM run 命令的操作。

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

创建或更新 VMSS VM run 命令的操作。

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

删除 VMSS VM 运行命令的操作。

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

删除 VMSS VM 运行命令的操作。

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

更新 VMSS VM 的运行命令的操作。

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

更新 VMSS VM 的运行命令的操作。

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

创建或更新 VMSS VM run 命令的操作。

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

创建或更新 VMSS VM run 命令的操作。

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

删除 VMSS VM 运行命令的操作。

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

删除 VMSS VM 运行命令的操作。

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

获取 VMSS VM run 命令的操作。

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

获取 VMSS VM run 命令的操作。

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

获取虚拟机规模集中实例的所有运行命令的操作。

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

获取虚拟机规模集中实例的所有运行命令的操作。

ListNext(IVirtualMachineScaleSetVMRunCommandsOperations, String)

获取虚拟机规模集中实例的所有运行命令的操作。

ListNextAsync(IVirtualMachineScaleSetVMRunCommandsOperations, String, CancellationToken)

获取虚拟机规模集中实例的所有运行命令的操作。

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

更新 VMSS VM 的运行命令的操作。

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

更新 VMSS VM 的运行命令的操作。

适用于