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