Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.BackendContractProperties
Packages that use BackendContractProperties
Package
Description
Package containing the inner data models for ApiManagementClient.
-
Uses of BackendContractProperties in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendContractPropertiesModifier and TypeMethodDescriptionstatic BackendContractPropertiesBackendContractProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendContractProperties from the JsonReader.BackendContractProperties.withCircuitBreaker(BackendCircuitBreaker circuitBreaker) Set the circuitBreaker property: Backend Circuit Breaker Configuration.BackendContractProperties.withCredentials(BackendCredentialsContract credentials) Set the credentials property: Backend Credentials Contract Properties.BackendContractProperties.withDescription(String description) Set the description property: Backend Description.BackendContractProperties.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendContractProperties.withProperties(BackendProperties properties) Set the properties property: Backend Properties contract.BackendContractProperties.withProtocol(BackendProtocol protocol) Set the protocol property: Backend communication protocol.BackendContractProperties.withProxy(BackendProxyContract proxy) Set the proxy property: Backend gateway Contract Properties.BackendContractProperties.withResourceId(String resourceId) Set the resourceId property: Management Uri of the Resource in External System.Set the title property: Backend Title.BackendContractProperties.withTls(BackendTlsProperties tls) Set the tls property: Backend TLS Properties.BackendContractProperties.withType(BackendType type) Set the type property: Type of the backend.Set the url property: Runtime Url of the Backend.