ContainerOperationsExtensions.ExecuteCommandAsync メソッド

定義

特定のコンテナー インスタンスでコマンドを実行します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecResponseInner> ExecuteCommandAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerOperations operations, string resourceGroupName, string containerGroupName, string containerName, Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecRequestInner containerExecRequest, System.Threading.CancellationToken cancellationToken = default);
static member ExecuteCommandAsync : Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerOperations * string * string * string * Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecRequestInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerExecResponseInner>
<Extension()>
Public Function ExecuteCommandAsync (operations As IContainerOperations, resourceGroupName As String, containerGroupName As String, containerName As String, containerExecRequest As ContainerExecRequestInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerExecResponseInner)

パラメーター

operations
IContainerOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

containerGroupName
String

コンテナー グループの名前。

containerName
String

コンテナー インスタンスの名前。

containerExecRequest
ContainerExecRequestInner

exec コマンドの要求。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定したリソース グループとコンテナー グループ内の特定のコンテナー インスタンスに対してコマンドを実行します。

適用対象