Freigeben über


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

Available.

Degraded

Degraded.

Error

Error.

Provisioning

Provisioning.

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

Converts a String to a StorageApplianceDetailedStatus.

Inequality(StorageApplianceDetailedStatus, StorageApplianceDetailedStatus)

Determines if two StorageApplianceDetailedStatus values are not the same.

Applies to