Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendReconnectContract
Packages that use BackendReconnectContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendReconnectContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type BackendReconnectContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> BackendsClient.reconnectWithResponse(String resourceGroupName, String serviceName, String backendId, BackendReconnectContract parameters, com.azure.core.util.Context context) Notifies the API Management gateway to create a new connection to the backend after the specified timeout. -
Uses of BackendReconnectContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendReconnectContractModifier and TypeMethodDescriptionstatic BackendReconnectContractBackendReconnectContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendReconnectContract from the JsonReader.Set the after property: Duration in ISO8601 format after which reconnect will be initiated.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendReconnectContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<Void> BackendContract.reconnectWithResponse(BackendReconnectContract parameters, com.azure.core.util.Context context) Notifies the API Management gateway to create a new connection to the backend after the specified timeout.com.azure.core.http.rest.Response<Void> Backends.reconnectWithResponse(String resourceGroupName, String serviceName, String backendId, BackendReconnectContract parameters, com.azure.core.util.Context context) Notifies the API Management gateway to create a new connection to the backend after the specified timeout.