次の方法で共有


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

定義

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

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

パラメーター

containerAppName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

containerAppName が null です。

適用対象