VirtualMachinePlacementHintType 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.
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
Azure SDK for .NET