Share via


ApiManagementClientExtensions.BeginPerformConnectivityCheckAsync Method

Definition

Performs a connectivity check between the API Management service and a given destination, and returns metrics for the connection, as well as errors encountered while trying to establish it.

public static Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckResponse BeginPerformConnectivityCheckAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementClient operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequest connectivityCheckRequestParams);
static member BeginPerformConnectivityCheckAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementClient * string * string * Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequest -> Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckResponse
<Extension()>
Public Function BeginPerformConnectivityCheckAsync (operations As IApiManagementClient, resourceGroupName As String, serviceName As String, connectivityCheckRequestParams As ConnectivityCheckRequest) As ConnectivityCheckResponse

Parameters

operations
IApiManagementClient

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

serviceName
String

The name of the API Management service.

connectivityCheckRequestParams
ConnectivityCheckRequest

Connectivity Check request parameters.

Returns

Applies to