Uses of Class
com.azure.resourcemanager.apimanagement.models.ConnectivityCheckRequestSource
Packages that use ConnectivityCheckRequestSource
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of ConnectivityCheckRequestSource in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return ConnectivityCheckRequestSourceModifier and TypeMethodDescriptionConnectivityCheckRequestSource.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityCheckRequestSource from the JsonReader.ConnectivityCheckRequest.source()Get the source property: Definitions about the connectivity check origin.ConnectivityCheckRequestSource.withInstance(Long instance) Set the instance property: The particular VMSS instance from which to fire the request.ConnectivityCheckRequestSource.withRegion(String region) Set the region property: The API Management service region from where to start the connectivity check operation.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type ConnectivityCheckRequestSourceModifier and TypeMethodDescriptionConnectivityCheckRequest.withSource(ConnectivityCheckRequestSource source) Set the source property: Definitions about the connectivity check origin.