Freigeben über


EdgeWorkflowVersionCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • 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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>> GetIfExistsAsync(string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.WorkloadOrchestration.EdgeWorkflowVersionResource>>
Public Overridable Function GetIfExistsAsync (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of EdgeWorkflowVersionResource))

Parameters

versionName
String

The name of the workflowVersion.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

versionName is null.

Applies to