Share via


SpotNodeVmEvictionPolicyType Struct

Definition

Specifies the eviction policy for virtual machines in a SPOT node type.

public readonly struct SpotNodeVmEvictionPolicyType : IEquatable<Azure.ResourceManager.ServiceFabricManagedClusters.Models.SpotNodeVmEvictionPolicyType>
type SpotNodeVmEvictionPolicyType = struct
Public Structure SpotNodeVmEvictionPolicyType
Implements IEquatable(Of SpotNodeVmEvictionPolicyType)
Inheritance
SpotNodeVmEvictionPolicyType
Implements

Constructors

SpotNodeVmEvictionPolicyType(String)

Initializes a new instance of SpotNodeVmEvictionPolicyType.

Properties

Deallocate

Eviction policy will be Deallocate for SPOT vms.

Delete

Eviction policy will be Delete for SPOT vms.

Methods

Equals(SpotNodeVmEvictionPolicyType)

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(SpotNodeVmEvictionPolicyType, SpotNodeVmEvictionPolicyType)

Determines if two SpotNodeVmEvictionPolicyType values are the same.

Implicit(String to SpotNodeVmEvictionPolicyType)

Converts a string to a SpotNodeVmEvictionPolicyType.

Inequality(SpotNodeVmEvictionPolicyType, SpotNodeVmEvictionPolicyType)

Determines if two SpotNodeVmEvictionPolicyType values are not the same.

Applies to