EdgeWorkflowResource.GetEdgeWorkflowVersion(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a Workflow Version Resource
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Edge/contexts/{contextName}/workflows/{workflowName}/versions/{versionName}
- Operation Id: WorkflowVersion_Get
- Default Api Version: 2025-06-01
- Resource: EdgeWorkflowVersionResource
public virtual Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource> GetEdgeWorkflowVersion(string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEdgeWorkflowVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>
override this.GetEdgeWorkflowVersion : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>
Public Overridable Function GetEdgeWorkflowVersion (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.