ContainerAppResource.GetLogicAppAsync(String, CancellationToken) Method

Definition

Gets a logic app extension resource.

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

Parameters

logicAppName
String

Name of the Logic App, the extension resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

logicAppName is null.

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

Applies to