次の方法で共有


ContainerAppCollection.GetAsync(String, CancellationToken) メソッド

定義

コンテナー アプリのプロパティを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName} 操作 ID: ContainerApps_Get

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.ContainerAppResource>> GetAsync (string containerAppName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.ContainerAppResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Applications.Containers.ContainerAppResource>>
Public Overridable Function GetAsync (containerAppName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppResource))

パラメーター

containerAppName
String

コンテナー アプリの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

containerAppName が null です。

適用対象