ApplicationMoveCost 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 ApplicationMoveCost : IEquatable<Azure.ResourceManager.ServiceFabric.Models.ApplicationMoveCost>
type ApplicationMoveCost = struct
Public Structure ApplicationMoveCost
Implements IEquatable(Of ApplicationMoveCost)
- Inheritance
-
ApplicationMoveCost
- Implements
Constructors
ApplicationMoveCost(String) |
Initializes a new instance of ApplicationMoveCost. |
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(ApplicationMoveCost) |
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(ApplicationMoveCost, ApplicationMoveCost) |
Determines if two ApplicationMoveCost values are the same. |
Implicit(String to ApplicationMoveCost) |
Converts a string to a ApplicationMoveCost. |
Inequality(ApplicationMoveCost, ApplicationMoveCost) |
Determines if two ApplicationMoveCost values are not the same. |
Applies to
Azure SDK for .NET