ComputeFleetEvictionPolicy 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.
Different kind of eviction policies.
public readonly struct ComputeFleetEvictionPolicy : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetEvictionPolicy>
type ComputeFleetEvictionPolicy = struct
Public Structure ComputeFleetEvictionPolicy
Implements IEquatable(Of ComputeFleetEvictionPolicy)
- Inheritance
-
ComputeFleetEvictionPolicy
- Implements
Constructors
ComputeFleetEvictionPolicy(String) |
Initializes a new instance of ComputeFleetEvictionPolicy. |
Properties
Deallocate |
When evicted, the Spot VM will be deallocated/stopped. |
Delete |
When evicted, the Spot VM will be deleted and the corresponding capacity will be updated to reflect this. |
Methods
Equals(ComputeFleetEvictionPolicy) |
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(ComputeFleetEvictionPolicy, ComputeFleetEvictionPolicy) |
Determines if two ComputeFleetEvictionPolicy values are the same. |
Implicit(String to ComputeFleetEvictionPolicy) |
Converts a String to a ComputeFleetEvictionPolicy. |
Inequality(ComputeFleetEvictionPolicy, ComputeFleetEvictionPolicy) |
Determines if two ComputeFleetEvictionPolicy values are not the same. |
Applies to
Azure SDK for .NET