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

IVirtualMachineScaleSetsBeta.RunCommandVMInstanceAsync 方法

定义

以异步方式在规模集中的虚拟机实例中运行命令。

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner> RunCommandVMInstanceAsync (string groupName, string scaleSetName, string vmId, Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInput inputCommand, System.Threading.CancellationToken cancellationToken = default);
abstract member RunCommandVMInstanceAsync : string * string * string * Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Compute.Fluent.Models.RunCommandResultInner>
Public Function RunCommandVMInstanceAsync (groupName As String, scaleSetName As String, vmId As String, inputCommand As RunCommandInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of RunCommandResultInner)

参数

groupName
String

资源组名称。

scaleSetName
String

虚拟机规模集名称。

vmId
String

虚拟机实例 ID。

inputCommand
RunCommandInput

命令输入。

cancellationToken
CancellationToken

返回

适用于