IntegrationRuntimeStatusOperationsExtensions.GetAsync Method

Definition

Get integration runtime status

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatusResponse> GetAsync (this Microsoft.Azure.Management.Synapse.IIntegrationRuntimeStatusOperations operations, string resourceGroupName, string workspaceName, string integrationRuntimeName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Synapse.IIntegrationRuntimeStatusOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Synapse.Models.IntegrationRuntimeStatusResponse>
<Extension()>
Public Function GetAsync (operations As IIntegrationRuntimeStatusOperations, resourceGroupName As String, workspaceName As String, integrationRuntimeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IntegrationRuntimeStatusResponse)

Parameters

operations
IIntegrationRuntimeStatusOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

workspaceName
String

The name of the workspace.

integrationRuntimeName
String

Integration runtime name

cancellationToken
CancellationToken

The cancellation token.

Returns

Remarks

Get the integration runtime status

Applies to