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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintTypeTypeConverter))]
public struct VirtualMachinePlacementHintType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachinePlacementHintTypeTypeConverter))>]
type VirtualMachinePlacementHintType = struct
interface IArgumentCompleter
Public Structure VirtualMachinePlacementHintType
Implements IArgumentCompleter, IEquatable(Of VirtualMachinePlacementHintType)
- Inheritance
-
VirtualMachinePlacementHintType
- Attributes
- Implements
Fields
Affinity | |
AntiAffinity |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type VirtualMachinePlacementHintType (override for Object) |
Equals(VirtualMachinePlacementHintType) |
Compares values of enum type VirtualMachinePlacementHintType |
GetHashCode() |
Returns hashCode for enum VirtualMachinePlacementHintType |
ToString() |
Returns string representation for VirtualMachinePlacementHintType |
Operators
Equality(VirtualMachinePlacementHintType, VirtualMachinePlacementHintType) |
Overriding == operator for enum VirtualMachinePlacementHintType |
Implicit(String to VirtualMachinePlacementHintType) |
Implicit operator to convert string to VirtualMachinePlacementHintType |
Implicit(VirtualMachinePlacementHintType to String) |
Implicit operator to convert VirtualMachinePlacementHintType to string |
Inequality(VirtualMachinePlacementHintType, VirtualMachinePlacementHintType) |
Overriding != operator for enum VirtualMachinePlacementHintType |