Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendUpdateParameters
Packages that use BackendUpdateParameters
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendUpdateParameters in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type BackendUpdateParametersModifier and TypeMethodDescriptionBackendsClient.update(String resourceGroupName, String serviceName, String backendId, String ifMatch, BackendUpdateParameters parameters) Updates an existing backend.WorkspaceBackendsClient.update(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters) Updates an existing backend.BackendsClient.updateWithResponse(String resourceGroupName, String serviceName, String backendId, String ifMatch, BackendUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing backend.WorkspaceBackendsClient.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing backend. -
Uses of BackendUpdateParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendUpdateParametersModifier and TypeMethodDescriptionstatic BackendUpdateParametersBackendUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendUpdateParameters from the JsonReader.BackendUpdateParameters.withCircuitBreaker(BackendCircuitBreaker circuitBreaker) Set the circuitBreaker property: Backend Circuit Breaker Configuration.BackendUpdateParameters.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendUpdateParameters.withDescription(String description) Set the description property: Backend Description.BackendUpdateParameters.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendUpdateParameters.withProperties(BackendProperties properties) Set the properties property: Backend Properties contract.BackendUpdateParameters.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol.BackendUpdateParameters.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendUpdateParameters.withResourceId(String resourceId) Set the resourceId property: Management Uri of the Resource in External System.Set the title property: Backend Title.BackendUpdateParameters.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendUpdateParameters.withType(BackendType type) Set the type property: Type of the backend.Set the url property: Runtime Url of the Backend.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendUpdateParametersModifier and TypeMethodDescriptionWorkspaceBackends.update(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters) Updates an existing backend.com.azure.core.http.rest.Response<BackendContract> WorkspaceBackends.updateWithResponse(String resourceGroupName, String serviceName, String workspaceId, String backendId, String ifMatch, BackendUpdateParameters parameters, com.azure.core.util.Context context) Updates an existing backend.