StorageApplianceDetailedStatus Struct

Definition

The detailed status of the storage appliance.

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

Constructors

Name Description
StorageApplianceDetailedStatus(String)

Initializes a new instance of StorageApplianceDetailedStatus.

Properties

Name Description
Available

The Available status.

Degraded

The Degraded status.

Error

The Error status.

Provisioning

The Provisioning status.

Methods

Name Description
Equals(StorageApplianceDetailedStatus)

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

Determines if two StorageApplianceDetailedStatus values are the same.

Implicit(String to Nullable<StorageApplianceDetailedStatus>)
Implicit(String to StorageApplianceDetailedStatus)

Converts a string to a StorageApplianceDetailedStatus.

Inequality(StorageApplianceDetailedStatus, StorageApplianceDetailedStatus)

Determines if two StorageApplianceDetailedStatus values are not the same.

Applies to