Skip to main content

perform_connectivity_check_asyncs

Creates, updates, deletes, gets or lists a perform_connectivity_check_asyncs resource.

Overview

Nameperform_connectivity_check_asyncs
TypeResource
Idazure.api_management.perform_connectivity_check_asyncs

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
perform_connectivity_check_asyncexecresource_group_name, service_name, subscription_id, source, destinationPerforms 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.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resource_group_namestringThe name of the resource group. The name is case insensitive. Required.
service_namestringThe name of the API Management service. Required.
subscription_idstring

Lifecycle Methods

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.

EXEC azure.api_management.perform_connectivity_check_asyncs.perform_connectivity_check_async 
@resource_group_name='{{ resource_group_name }}' --required,
@service_name='{{ service_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
@@json=
'{
"source": "{{ source }}",
"destination": "{{ destination }}",
"preferredIPVersion": "{{ preferredIPVersion }}",
"protocol": "{{ protocol }}",
"protocolConfiguration": "{{ protocolConfiguration }}"
}'
;