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
| Name | Description |
|---|---|
| ApplicationMoveCost(String) |
Initializes a new instance of ApplicationMoveCost. |
Properties
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(ApplicationMoveCost, ApplicationMoveCost) |
Determines if two ApplicationMoveCost values are the same. |
| Implicit(String to ApplicationMoveCost) |
Converts a string to a ApplicationMoveCost. |
| Implicit(String to Nullable<ApplicationMoveCost>) | |
| Inequality(ApplicationMoveCost, ApplicationMoveCost) |
Determines if two ApplicationMoveCost values are not the same. |