DestinationModel 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 destination that only change in reaction to configuration changes (e.g. address).
public sealed class DestinationModel
type DestinationModel = class
Public NotInheritable Class DestinationModel
- Inheritance
-
DestinationModel
Remarks
All members must remain immutable to avoid thread safety issues. Instead, instances of DestinationModel are replaced in their entirety when values need to change.
Constructors
DestinationModel(DestinationConfig) |
Creates a new instance. This constructor is for tests and infrastructure, this type is normally constructed by the configuration loading infrastructure. |
Properties
Config |
This destination's configuration. |