AvsPlacementPolicyAffinityType 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.
Affinity type.
public readonly struct AvsPlacementPolicyAffinityType : IEquatable<Azure.ResourceManager.Avs.Models.AvsPlacementPolicyAffinityType>
type AvsPlacementPolicyAffinityType = struct
Public Structure AvsPlacementPolicyAffinityType
Implements IEquatable(Of AvsPlacementPolicyAffinityType)
- Inheritance
-
AvsPlacementPolicyAffinityType
- Implements
Constructors
| Name | Description |
|---|---|
| AvsPlacementPolicyAffinityType(String) |
Initializes a new instance of AvsPlacementPolicyAffinityType. |
Properties
| Name | Description |
|---|---|
| Affinity |
is affinity. |
| AntiAffinity |
is anti-affinity. |
Methods
| Name | Description |
|---|---|
| Equals(AvsPlacementPolicyAffinityType) |
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(AvsPlacementPolicyAffinityType, AvsPlacementPolicyAffinityType) |
Determines if two AvsPlacementPolicyAffinityType values are the same. |
| Implicit(String to AvsPlacementPolicyAffinityType) |
Converts a String to a AvsPlacementPolicyAffinityType. |
| Inequality(AvsPlacementPolicyAffinityType, AvsPlacementPolicyAffinityType) |
Determines if two AvsPlacementPolicyAffinityType values are not the same. |