Freigeben über


VmHostPlacementPolicyAffinityStrength Struct

Definition

Affinity Strength.

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

Constructors

Name Description
VmHostPlacementPolicyAffinityStrength(String)

Initializes a new instance of VmHostPlacementPolicyAffinityStrength.

Properties

Name Description
Must

is must.

Should

is should.

Methods

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

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