Share via


VmHostPlacementPolicyAffinityStrength Struct

Definition

VM-Host placement policy affinity strength (should/must).

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

Constructors

VmHostPlacementPolicyAffinityStrength(String)

Initializes a new instance of VmHostPlacementPolicyAffinityStrength.

Properties

Must

Must.

Should

Should.

Methods

Equals(VmHostPlacementPolicyAffinityStrength)

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

Determines if two VmHostPlacementPolicyAffinityStrength values are the same.

Implicit(String to VmHostPlacementPolicyAffinityStrength)

Converts a string to a VmHostPlacementPolicyAffinityStrength.

Inequality(VmHostPlacementPolicyAffinityStrength, VmHostPlacementPolicyAffinityStrength)

Determines if two VmHostPlacementPolicyAffinityStrength values are not the same.

Applies to