Freigeben über


LogicAppWorkflowEnvelopeCollection.GetIfExists Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/containerApps/{containerAppName}/providers/Microsoft.App/logicApps/{logicAppName}/workflows/{workflowName}
  • Operation Id: LogicApps_GetWorkflow
  • Default Api Version: 2025-07-01
  • Resource: LogicAppWorkflowEnvelopeResource
public virtual Azure.NullableResponse<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource> GetIfExists(string workflowName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource>
Public Overridable Function GetIfExists (workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of LogicAppWorkflowEnvelopeResource)

Parameters

workflowName
String

Workflow name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

workflowName is null.

Applies to