MoveCost type
Defines values for MoveCost.
KnownMoveCost can be used interchangeably with MoveCost,
this enum contains the known values that the service supports.
Known values supported by the service
Zero: Zero move cost. This value is zero.
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.
High: Specifies the move cost of the service as High. The value is 3.
type MoveCost = string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript