Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendBaseParameters
Packages that use BackendBaseParameters
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendBaseParameters in com.azure.resourcemanager.apimanagement.fluent.models
Modifier and TypeClassDescriptionfinal classParameters supplied to the Create Backend operation.final classParameters supplied to the Update Backend operation. -
Uses of BackendBaseParameters in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendBaseParametersModifier and TypeMethodDescriptionstatic BackendBaseParametersBackendBaseParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendBaseParameters from the JsonReader.BackendBaseParameters.withCircuitBreaker(BackendCircuitBreaker circuitBreaker) Set the circuitBreaker property: Backend Circuit Breaker Configuration.BackendBaseParameters.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendBaseParameters.withDescription(String description) Set the description property: Backend Description.BackendBaseParameters.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendBaseParameters.withProperties(BackendProperties properties) Set the properties property: Backend Properties contract.BackendBaseParameters.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendBaseParameters.withResourceId(String resourceId) Set the resourceId property: Management Uri of the Resource in External System.Set the title property: Backend Title.BackendBaseParameters.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendBaseParameters.withType(BackendType type) Set the type property: Type of the backend.