Language

ContainerAppLabelHistoryResource.GetAsync(CancellationToken) Method

Definition

Gets the revision history associated with a Container App label.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/labelHistories/{labelName}.
  • Operation Id. : ContainerAppsLabelHistory_GetLabelHistory.
  • Default Api Version. : 2026-07-01.
  • Resource. : ContainerAppLabelHistoryResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppLabelHistoryResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppLabelHistoryResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppLabelHistoryResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ContainerAppLabelHistoryResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to