ContainerAppsPatchResource.Get(CancellationToken) Method

Definition

Get details for specific Container Apps Patch by patch name.

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/patches/{patchName}.
  • Operation Id. : ContainerAppsPatches_Get.
  • Default Api Version. : 2025-10-02-preview.
  • Resource. : ContainerAppsPatchResource.
public virtual Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsPatchResource> Get(System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsPatchResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.ContainerAppsPatchResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of ContainerAppsPatchResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to