你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StandbyVirtualMachineState Struct

Definition

State of standby virtual machines.

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

Constructors

StandbyVirtualMachineState(String)

Initializes a new instance of StandbyVirtualMachineState.

Properties

Deallocated

The virtual machine has released the lease on the underlying hardware and is powered off.

Running

The virtual machine is up and running.

Methods

Equals(StandbyVirtualMachineState)

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

Determines if two StandbyVirtualMachineState values are the same.

Implicit(String to StandbyVirtualMachineState)

Converts a string to a StandbyVirtualMachineState.

Inequality(StandbyVirtualMachineState, StandbyVirtualMachineState)

Determines if two StandbyVirtualMachineState values are not the same.

Applies to