Uses of Class
com.azure.resourcemanager.apimanagement.models.ConnectivityCheckRequest
Packages that use ConnectivityCheckRequest
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of ConnectivityCheckRequest in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type ConnectivityCheckRequestModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityCheckResponseInner>, ConnectivityCheckResponseInner> ResourceProvidersClient.beginPerformConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams) 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.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ConnectivityCheckResponseInner>, ConnectivityCheckResponseInner> ResourceProvidersClient.beginPerformConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams, com.azure.core.util.Context context) 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.ResourceProvidersClient.performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams) 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.ResourceProvidersClient.performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams, com.azure.core.util.Context context) 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. -
Uses of ConnectivityCheckRequest in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ConnectivityCheckRequestModifier and TypeMethodDescriptionstatic ConnectivityCheckRequestConnectivityCheckRequest.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityCheckRequest from the JsonReader.ConnectivityCheckRequest.withDestination(ConnectivityCheckRequestDestination destination) Set the destination property: The connectivity check operation destination.ConnectivityCheckRequest.withPreferredIpVersion(PreferredIpVersion preferredIpVersion) Set the preferredIpVersion property: The IP version to be used.ConnectivityCheckRequest.withProtocol(ConnectivityCheckProtocol protocol) Set the protocol property: The request's protocol.ConnectivityCheckRequest.withProtocolConfiguration(ConnectivityCheckRequestProtocolConfiguration protocolConfiguration) Set the protocolConfiguration property: Protocol-specific configuration.ConnectivityCheckRequest.withSource(ConnectivityCheckRequestSource source) Set the source property: Definitions about the connectivity check origin.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ConnectivityCheckRequestModifier and TypeMethodDescriptionResourceProviders.performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams) 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.ResourceProviders.performConnectivityCheckAsync(String resourceGroupName, String serviceName, ConnectivityCheckRequest connectivityCheckRequestParams, com.azure.core.util.Context context) 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.