Share via


ApiManagementClientExtensions Class

Definition

Extension methods for ApiManagementClient.

public static class ApiManagementClientExtensions
type ApiManagementClientExtensions = class
Public Module ApiManagementClientExtensions
Inheritance
ApiManagementClientExtensions

Methods

BeginPerformConnectivityCheckAsync(IApiManagementClient, String, String, ConnectivityCheckRequest)

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.

BeginPerformConnectivityCheckAsyncAsync(IApiManagementClient, String, String, ConnectivityCheckRequest, CancellationToken)

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.

PerformConnectivityCheckAsync(IApiManagementClient, String, String, ConnectivityCheckRequest)

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.

PerformConnectivityCheckAsyncAsync(IApiManagementClient, String, String, ConnectivityCheckRequest, CancellationToken)

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.

Applies to