ApiManagementClientExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET