ContainerAppDetectorPropertyRevisionCollection.GetAsync Method

Definition

Get a revision of a Container App.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/detectorProperties/revisionsApi/revisions/{revisionName}
  • Operation Id: ContainerAppsDiagnostics_GetRevision
  • Default Api Version: 2024-03-01
  • Resource: ContainerAppDetectorPropertyRevisionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppDetectorPropertyRevisionResource>> GetAsync (string revisionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppDetectorPropertyRevisionResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppDetectorPropertyRevisionResource>>
Public Overridable Function GetAsync (revisionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppDetectorPropertyRevisionResource))

Parameters

revisionName
String

Name of the Container App Revision.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

revisionName is an empty string, and was expected to be non-empty.

revisionName is null.

Applies to