次の方法で共有


ContainerGroupResource.AttachContainerAsync(String, CancellationToken) メソッド

定義

指定したリソース グループとコンテナー グループ内の特定のコンテナー インスタンスの出力ストリームにアタッチします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerInstance/containerGroups/{containerGroupName}/containers/{containerName}/attach
  • 操作IdContainers_Attach
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>> AttachContainerAsync (string containerName, System.Threading.CancellationToken cancellationToken = default);
abstract member AttachContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>>
override this.AttachContainerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ContainerInstance.Models.ContainerAttachResult>>
Public Overridable Function AttachContainerAsync (containerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAttachResult))

パラメーター

containerName
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

containerName は空の文字列であり、空でないと想定されていました。

containerName が null です。

適用対象