EdgeWorkflowResource.GetAsync(CancellationToken) Method

Definition

Get a Workflow resource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}/workflows/{workflowName}.
  • Operation Id. : Workflows_Get.
  • Default Api Version. : 2025-06-01.
  • Resource. : EdgeWorkflowResource.
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowResource>> GetAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowResource>>
override this.GetAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowResource>>
Public Overridable Function GetAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of EdgeWorkflowResource))

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to