Share via


VirtualMachinePlacementHintType Struct

Definition

The specification of whether this hint supports affinity or anti-affinity with the referenced resources.

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

Constructors

VirtualMachinePlacementHintType(String)

Initializes a new instance of VirtualMachinePlacementHintType.

Properties

Affinity

Affinity.

AntiAffinity

AntiAffinity.

Methods

Equals(VirtualMachinePlacementHintType)

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

Determines if two VirtualMachinePlacementHintType values are the same.

Implicit(String to VirtualMachinePlacementHintType)

Converts a string to a VirtualMachinePlacementHintType.

Inequality(VirtualMachinePlacementHintType, VirtualMachinePlacementHintType)

Determines if two VirtualMachinePlacementHintType values are not the same.

Applies to