ClusterModel Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Immutable representation of the portions of a cluster that only change in reaction to configuration changes (e.g. http client options).
public sealed class ClusterModel
type ClusterModel = class
Public NotInheritable Class ClusterModel
- Inheritance
-
ClusterModel
Remarks
All members must remain immutable to avoid thread safety issues. Instead, instances of ClusterModel are replaced in their entirety when values need to change.
Constructors
ClusterModel(ClusterConfig, HttpMessageInvoker) |
Creates a new Instance. |
Properties
Config |
The config for this cluster. |
HttpClient |
An HttpMessageInvoker that used for proxying requests to an upstream server. |