perform_connectivity_check_asyncs
Creates, updates, deletes, gets or lists a perform_connectivity_check_asyncs resource.
Overview
| Name | perform_connectivity_check_asyncs |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
perform_connectivity_check_async | exec | resource_group_name, service_name, subscription_id, source, destination | 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. |
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.
| Name | Datatype | Description |
|---|---|---|
resource_group_name | string | The name of the resource group. The name is case insensitive. Required. |
service_name | string | The name of the API Management service. Required. |
subscription_id | string |
Lifecycle Methods
- perform_connectivity_check_async
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 }}"
}'
;