ApiManagementClientExtensions.BeginPerformConnectivityCheckAsync Method
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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET