Aracılığıyla paylaş


ApiManagementClientExtensions.PerformConnectivityCheckAsync 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 PerformConnectivityCheckAsync (this Microsoft.Azure.Management.ApiManagement.IApiManagementClient operations, string resourceGroupName, string serviceName, Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequest connectivityCheckRequestParams);
static member PerformConnectivityCheckAsync : Microsoft.Azure.Management.ApiManagement.IApiManagementClient * string * string * Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckRequest -> Microsoft.Azure.Management.ApiManagement.Models.ConnectivityCheckResponse
<Extension()>
Public Function PerformConnectivityCheckAsync (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