次の方法で共有


ContainerAppRevisionResource.GetContainerAppReplicaAsync メソッド

定義

コンテナー アプリリビジョンのレプリカを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/revisions/{revisionName}/replicas/{replicaName}
  • 操作IdContainerAppsRevisionReplicas_GetReplica
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppReplicaResource>> GetContainerAppReplicaAsync (string replicaName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetContainerAppReplicaAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppReplicaResource>>
override this.GetContainerAppReplicaAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppReplicaResource>>
Public Overridable Function GetContainerAppReplicaAsync (replicaName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppReplicaResource))

パラメーター

replicaName
String

コンテナー アプリリビジョンレプリカの名前。

cancellationToken
CancellationToken

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

戻り値

例外

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

replicaName が null です。

適用対象