Uses of Interface
com.azure.resourcemanager.apimanagement.models.BackendContract.DefinitionStages.WithCreate
Packages that use BackendContract.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of BackendContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.models
Subinterfaces of BackendContract.DefinitionStages.WithCreate in com.azure.resourcemanager.apimanagement.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the BackendContract definition.Methods in com.azure.resourcemanager.apimanagement.models that return BackendContract.DefinitionStages.WithCreateModifier and TypeMethodDescriptionBackendContract.DefinitionStages.WithCircuitBreaker.withCircuitBreaker(BackendCircuitBreaker circuitBreaker) Specifies the circuitBreaker property: Backend Circuit Breaker Configuration.BackendContract.DefinitionStages.WithCredentials.withCredentials(BackendCredentialsContract credentials) Specifies the credentials property: Backend Credentials Contract Properties.BackendContract.DefinitionStages.WithDescription.withDescription(String description) Specifies the description property: Backend Description..BackendContract.DefinitionStages.WithParentResource.withExistingService(String resourceGroupName, String serviceName) Specifies resourceGroupName, serviceName.BackendContract.DefinitionStages.WithIfMatch.withIfMatch(String ifMatch) Specifies the ifMatch property: ETag of the Entity.BackendContract.DefinitionStages.WithPool.withPool(BackendBaseParametersPool pool) Specifies the pool property: The pool property..BackendContract.DefinitionStages.WithProperties.withProperties(BackendProperties properties) Specifies the properties property: Backend Properties contract.BackendContract.DefinitionStages.WithProtocol.withProtocol(BackendProtocol protocol) Specifies the protocol property: Backend communication protocol..BackendContract.DefinitionStages.WithProxy.withProxy(BackendProxyContract proxy) Specifies the proxy property: Backend gateway Contract Properties.BackendContract.DefinitionStages.WithResourceId.withResourceId(String resourceId) Specifies the resourceId property: Management Uri of the Resource in External System.Specifies the title property: Backend Title..BackendContract.DefinitionStages.WithTls.withTls(BackendTlsProperties tls) Specifies the tls property: Backend TLS Properties.BackendContract.DefinitionStages.WithTypePropertiesType.withTypePropertiesType(BackendType typePropertiesType) Specifies the typePropertiesType property: Type of the backend.Specifies the url property: Runtime Url of the Backend..