Uses of Interface
com.azure.resourcemanager.apimanagement.models.BackendContract.Update
Packages that use BackendContract.Update
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BackendContract.Update in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendContract.UpdateModifier and TypeMethodDescriptionBackendContract.update()Begins update for the BackendContract resource.BackendContract.UpdateStages.WithCircuitBreaker.withCircuitBreaker(BackendCircuitBreaker circuitBreaker) Specifies the circuitBreaker property: Backend Circuit Breaker Configuration.BackendContract.UpdateStages.WithCredentials.withCredentials(BackendCredentialsContract credentials) Specifies the credentials property: Backend Credentials Contract Properties.BackendContract.UpdateStages.WithDescription.withDescription(String description) Specifies the description property: Backend Description..BackendContract.UpdateStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.BackendContract.UpdateStages.WithPool.withPool(BackendBaseParametersPool pool) Specifies the pool property: The pool property..BackendContract.UpdateStages.WithProperties.withProperties(BackendProperties properties) Specifies the properties property: Backend Properties contract.BackendContract.UpdateStages.WithProtocol.withProtocol(BackendProtocol protocol) Specifies the protocol property: Backend communication protocol..BackendContract.UpdateStages.WithProxy.withProxy(BackendProxyContract proxy) Specifies the proxy property: Backend gateway Contract Properties.BackendContract.UpdateStages.WithResourceId.withResourceId(String resourceId) Specifies the resourceId property: Management Uri of the Resource in External System.Specifies the title property: Backend Title..BackendContract.UpdateStages.WithTls.withTls(BackendTlsProperties tls) Specifies the tls property: Backend TLS Properties.BackendContract.UpdateStages.WithType.withType(BackendType type) Specifies the type property: Type of the backend.Specifies the url property: Runtime Url of the Backend..