ServiceFabricManagedServiceMoveCost Struct
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 the move cost for the service.
public readonly struct ServiceFabricManagedServiceMoveCost : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.ServiceFabricManagedServiceMoveCost>
type ServiceFabricManagedServiceMoveCost = struct
Public Structure ServiceFabricManagedServiceMoveCost
Implements IEquatable(Of ServiceFabricManagedServiceMoveCost)
- Inheritance
-
ServiceFabricManagedServiceMoveCost
- Implements
Constructors
ServiceFabricManagedServiceMoveCost(String) |
Initializes a new instance of ServiceFabricManagedServiceMoveCost. |
Properties
High |
Specifies the move cost of the service as High. The value is 3. |
Low |
Specifies the move cost of the service as Low. The value is 1. |
Medium |
Specifies the move cost of the service as Medium. The value is 2. |
Zero |
Zero move cost. This value is zero. |
Methods
Equals(ServiceFabricManagedServiceMoveCost) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ServiceFabricManagedServiceMoveCost, ServiceFabricManagedServiceMoveCost) |
Determines if two ServiceFabricManagedServiceMoveCost values are the same. |
Implicit(String to ServiceFabricManagedServiceMoveCost) |
Converts a string to a ServiceFabricManagedServiceMoveCost. |
Inequality(ServiceFabricManagedServiceMoveCost, ServiceFabricManagedServiceMoveCost) |
Determines if two ServiceFabricManagedServiceMoveCost values are not the same. |
Applies to
Azure SDK for .NET