Uses of Class
com.azure.resourcemanager.apimanagement.models.BackendBaseParametersPool
Packages that use BackendBaseParametersPool
Package
Description
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of BackendBaseParametersPool in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return BackendBaseParametersPoolModifier and TypeMethodDescriptionBackendContractInner.pool()Get the pool property: The pool property.Methods in com.azure.resourcemanager.apimanagement.fluent.models with parameters of type BackendBaseParametersPoolModifier and TypeMethodDescriptionBackendContractInner.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendContractProperties.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendUpdateParameterProperties.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property. -
Uses of BackendBaseParametersPool in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return BackendBaseParametersPoolModifier and TypeMethodDescriptionstatic BackendBaseParametersPoolBackendBaseParametersPool.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BackendBaseParametersPool from the JsonReader.BackendBaseParameters.pool()Get the pool property: The pool property.BackendContract.pool()Gets the pool property: The pool property.BackendUpdateParameters.pool()Get the pool property: The pool property.BackendBaseParametersPool.withServices(List<BackendPoolItem> services) Set the services property: The list of backend entities belonging to a pool.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type BackendBaseParametersPoolModifier and TypeMethodDescriptionBackendBaseParameters.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.BackendContract.DefinitionStages.WithPool.withPool(BackendBaseParametersPool pool) Specifies the pool property: The pool property..BackendContract.UpdateStages.WithPool.withPool(BackendBaseParametersPool pool) Specifies the pool property: The pool property..BackendUpdateParameters.withPool(BackendBaseParametersPool pool) Set the pool property: The pool property.