Share via


VirtualMachinePowerState Struct

Definition

The power state of the virtual machine.

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

Constructors

Properties

Off

Off.

On

On.

Unknown

Unknown.

Methods

Equals(VirtualMachinePowerState)

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

Applies to