ConnectivityCheckRequest interface

A request to perform the connectivity check operation on a API Management service.

Properties

destination

The connectivity check operation destination.

preferredIPVersion

The IP version to be used. Only IPv4 is supported for now.

protocol

The request's protocol. Specific protocol configuration can be available based on this selection. The specified destination address must be coherent with this value.

protocolConfiguration

Protocol-specific configuration.

source

Definitions about the connectivity check origin.

Property Details

destination

The connectivity check operation destination.

destination: ConnectivityCheckRequestDestination

Property Value

preferredIPVersion

The IP version to be used. Only IPv4 is supported for now.

preferredIPVersion?: string

Property Value

string

protocol

The request's protocol. Specific protocol configuration can be available based on this selection. The specified destination address must be coherent with this value.

protocol?: string

Property Value

string

protocolConfiguration

Protocol-specific configuration.

protocolConfiguration?: ConnectivityCheckRequestProtocolConfiguration

Property Value

source

Definitions about the connectivity check origin.

source: ConnectivityCheckRequestSource

Property Value