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

IVirtualMachineScaleSetVMRunCommandsOperations 接口

定义

VirtualMachineScaleSetVMRunCommandsOperations 操作。

public interface IVirtualMachineScaleSetVMRunCommandsOperations
type IVirtualMachineScaleSetVMRunCommandsOperations = interface
Public Interface IVirtualMachineScaleSetVMRunCommandsOperations

方法

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

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

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

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

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

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

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

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

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

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

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

获取 VMSS VM run 命令的操作。

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

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

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

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

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

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

扩展方法

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 的运行命令的操作。

适用于