次の方法で共有


ContainerAppResource.GetContainerAppDetectorPropertyRevision メソッド

定義

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

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

パラメーター

revisionName
String

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

cancellationToken
CancellationToken

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

戻り値

例外

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

revisionName が null です。

適用対象