Condividi tramite


ContainerServiceMachineVmState Struct

Definition

Virtual machine state. Indicates the current state of the underlying virtual machine.

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

Constructors

Name Description
ContainerServiceMachineVmState(String)

Initializes a new instance of ContainerServiceMachineVmState.

Properties

Name Description
Deleted

The virtual machine has been deleted by the user or due to spot eviction.

Running

The virtual machine is currently running.

Methods

Name Description
Equals(ContainerServiceMachineVmState)

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

Determines if two ContainerServiceMachineVmState values are the same.

Implicit(String to ContainerServiceMachineVmState)

Converts a string to a ContainerServiceMachineVmState.

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

Determines if two ContainerServiceMachineVmState values are not the same.

Applies to