EdgeMachineKind Struct

Definition

Edge Machine Kind.

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

Constructors

Name Description
EdgeMachineKind(String)

Initializes a new instance of EdgeMachineKind.

Properties

Name Description
Dedicated

EdgeMachine resource created for brownfield HCI customers without zero touch provisioning.

Standard

EdgeMachine resource created using Zero-touch provisioning.

Methods

Name Description
Equals(EdgeMachineKind)

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

Determines if two EdgeMachineKind values are the same.

Implicit(String to EdgeMachineKind)

Converts a string to a EdgeMachineKind.

Implicit(String to Nullable<EdgeMachineKind>)
Inequality(EdgeMachineKind, EdgeMachineKind)

Determines if two EdgeMachineKind values are not the same.

Applies to