Share via


ComponentStatus Struct

Definition

The component resource deployment status.

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

Constructors

ComponentStatus(String)

Initializes a new instance of ComponentStatus.

Properties

Deployed

Deployed.

Downloading

Downloading.

Failed

Failed.

Installing

Installing.

PendingInstall

Pending-Install.

PendingRollback

Pending-Rollback.

PendingUpgrade

Pending-Upgrade.

Reinstalling

Reinstalling.

Rollingback

Rollingback.

Superseded

Superseded.

Uninstalled

Uninstalled.

Uninstalling

Uninstalling.

Unknown

Unknown.

Upgrading

Upgrading.

Methods

Equals(ComponentStatus)

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

Determines if two ComponentStatus values are the same.

Implicit(String to ComponentStatus)

Converts a string to a ComponentStatus.

Inequality(ComponentStatus, ComponentStatus)

Determines if two ComponentStatus values are not the same.

Applies to