Share via


SynapseAnalyticsManagementClient.GetIntegrationRuntimeMetricAsync Method

Definition

public virtual System.Threading.Tasks.Task<Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics> GetIntegrationRuntimeMetricAsync (string resourceGroupName, string workspaceName, string integrationRuntimeName);
abstract member GetIntegrationRuntimeMetricAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics>
override this.GetIntegrationRuntimeMetricAsync : string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Commands.Synapse.Models.PSIntegrationRuntimeMetrics>
Public Overridable Function GetIntegrationRuntimeMetricAsync (resourceGroupName As String, workspaceName As String, integrationRuntimeName As String) As Task(Of PSIntegrationRuntimeMetrics)

Parameters

resourceGroupName
String
workspaceName
String
integrationRuntimeName
String

Returns

Applies to