StatelessServiceLoadMetricDescription 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.
Specifies a metric for a stateless service.
public sealed class StatelessServiceLoadMetricDescription : System.Fabric.Description.ServiceLoadMetricDescription
type StatelessServiceLoadMetricDescription = class
inherit ServiceLoadMetricDescription
Public NotInheritable Class StatelessServiceLoadMetricDescription
Inherits ServiceLoadMetricDescription
- Inheritance
Constructors
StatelessServiceLoadMetricDescription() |
Initializes a new instance of the StatelessServiceLoadMetricDescription class. |
Properties
AuxiliaryDefaultLoad |
Obsolete.
Please refer to the derived class StatefulServiceLoadMetricDescription (Inherited from ServiceLoadMetricDescription) |
DefaultLoad |
Gets or sets the default amount of load that this service creates for this metric. |
Name |
Gets or sets the name of the metric. (Inherited from ServiceLoadMetricDescription) |
PrimaryDefaultLoad |
Obsolete.
Please refer to the derived class StatefulServiceLoadMetricDescription or StatelessServiceLoadMetricDescription for usage. (Inherited from ServiceLoadMetricDescription) |
SecondaryDefaultLoad |
Obsolete.
Please refer to the derived class StatefulServiceLoadMetricDescription or StatelessServiceLoadMetricDescription for usage. (Inherited from ServiceLoadMetricDescription) |
Weight |
Determines the metric weight relative to the other metrics that are configured for this service. During runtime, if two metrics end up in conflict, the Cluster Resource Manager prefers the metric with the higher weight. (Inherited from ServiceLoadMetricDescription) |
Methods
ToString() |
Pretty print out details of StatelessServiceLoadMetricDescription. |
ToString(Boolean) |
Pretty print out details of StatefulServiceLoadMetricDescription or StatelessServiceLoadMetricDescription. (Inherited from ServiceLoadMetricDescription) |
Applies to
Azure SDK for .NET