DevOpsResourceStatus Struct

Definition

The status of the machine resource.

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

Constructors

DevOpsResourceStatus(String)

Initializes a new instance of DevOpsResourceStatus.

Properties

Allocated

Represents a machine resource that is allocated.

Leased

Represents a machine resource that is leased.

NotReady

Represents a machine resource that is not ready.

PendingReimage

Represents a machine resource that is pending reimage.

PendingReturn

Represents a machine resource that is pending return.

Provisioning

Represents a machine resource that is provisioning.

Ready

Represents a machine resource that is ready.

Reimaging

Represents a machine resource that is reimaging.

Returned

Represents a machine resource that is returned.

Starting

Represents a machine resource that is starting.

Updating

Represents a machine resource that is updating.

Methods

Equals(DevOpsResourceStatus)

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

Determines if two DevOpsResourceStatus values are the same.

Implicit(String to DevOpsResourceStatus)

Converts a string to a DevOpsResourceStatus.

Inequality(DevOpsResourceStatus, DevOpsResourceStatus)

Determines if two DevOpsResourceStatus values are not the same.

Applies to