EdgeWorkflowVersionCollection.Get(String, CancellationToken) Method

Definition

Get a Workflow Version Resource

  • Request Path. : /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}/workflows/{workflowName}/versions/{versionName}.
  • Operation Id. : WorkflowVersions_Get.
  • Default Api Version. : 2025-06-01.
public virtual Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource> Get(string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>
Public Overridable Function Get (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of EdgeWorkflowVersionResource)

Parameters

versionName
String

The name of the workflowVersion.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

versionName is null.

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

Applies to