Freigeben über


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

Name Description
SpotNodeVmEvictionPolicyType(String)

Initializes a new instance of SpotNodeVmEvictionPolicyType.

Properties

Name Description
Deallocate

Eviction policy will be Deallocate for SPOT vms.

Delete

Eviction policy will be Delete for SPOT vms.

Methods

Name Description
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

Name Description
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