PowerStateEnum Struct

Definition

The power state of the virtual machine instance.

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

Constructors

PowerStateEnum(String)

Initializes a new instance of PowerStateEnum.

Properties

Deallocated

Deallocated.

Deallocating

Deallocating.

Running

Running.

Starting

Starting.

Stopped

Stopped.

Stopping

Stopping.

Unknown

Unknown.

Methods

Equals(PowerStateEnum)

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

Determines if two PowerStateEnum values are the same.

Implicit(String to PowerStateEnum)

Converts a string to a PowerStateEnum.

Inequality(PowerStateEnum, PowerStateEnum)

Determines if two PowerStateEnum values are not the same.

Applies to