ArcKindEnum 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.
Indicates which kind of Arc machine placement on-premises, such as HCI, SCVMM or VMware etc.
public readonly struct ArcKindEnum : IEquatable<Azure.ResourceManager.HybridCompute.Models.ArcKindEnum>
type ArcKindEnum = struct
Public Structure ArcKindEnum
Implements IEquatable(Of ArcKindEnum)
- Inheritance
-
ArcKindEnum
- Implements
Constructors
| Name | Description |
|---|---|
| ArcKindEnum(String) |
Initializes a new instance of ArcKindEnum. |
Properties
| Name | Description |
|---|---|
| Avs |
AVS. |
| Aws |
AWS. |
| Eps |
EPS. |
| Gcp |
GCP. |
| Hci |
HCI. |
| ScVmm |
SCVMM. |
| VMware |
VMware. |
Methods
| Name | Description |
|---|---|
| Equals(ArcKindEnum) |
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(ArcKindEnum, ArcKindEnum) |
Determines if two ArcKindEnum values are the same. |
| Implicit(String to ArcKindEnum) |
Converts a String to a ArcKindEnum. |
| Inequality(ArcKindEnum, ArcKindEnum) |
Determines if two ArcKindEnum values are not the same. |