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

ContainerGroupResource.ExecuteContainerCommandAsync 方法

定义

为指定资源组和容器组中的特定容器实例执行命令。

  • 请求路径/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/exec
  • 操作IdContainers_ExecuteCommand
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerExecResult>> ExecuteContainerCommandAsync (string containerName, Azure.ResourceManager.ContainerInstance.Models.ContainerExecContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member ExecuteContainerCommandAsync : string * Azure.ResourceManager.ContainerInstance.Models.ContainerExecContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerExecResult>>
override this.ExecuteContainerCommandAsync : string * Azure.ResourceManager.ContainerInstance.Models.ContainerExecContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerExecResult>>
Public Overridable Function ExecuteContainerCommandAsync (containerName As String, content As ContainerExecContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerExecResult))

参数

containerName
String

容器实例的名称。

content
ContainerExecContent

exec 命令的请求。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

containerName 是一个空字符串,预期为非空。

containerNamecontent 为 null。

适用于