LogicAppResource.GetLogicAppWorkflowEnvelope Method

Definition

Get workflow information by its name.

public virtual Azure.Response<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource> GetLogicAppWorkflowEnvelope(string workflowName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetLogicAppWorkflowEnvelope : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource>
override this.GetLogicAppWorkflowEnvelope : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppContainers.LogicAppWorkflowEnvelopeResource>
Public Overridable Function GetLogicAppWorkflowEnvelope (workflowName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of LogicAppWorkflowEnvelopeResource)

Parameters

workflowName
String

Workflow name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

workflowName is null.

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

Applies to