다음을 통해 공유


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

Name Description
ComponentStatus(String)

Initializes a new instance of ComponentStatus.

Properties

Name Description
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

Name Description
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

Name Description
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