StoragePoolOperationalStatus Struct

Definition

Operational status of the resource.

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

Constructors

StoragePoolOperationalStatus(String)

Initializes a new instance of StoragePoolOperationalStatus.

Properties

Healthy

Healthy.

Invalid

Invalid.

Running

Running.

Stopped

Stopped.

StoppedDeallocated

Stopped (deallocated).

Unhealthy

Unhealthy.

Unknown

Unknown.

Updating

Updating.

Methods

Equals(StoragePoolOperationalStatus)

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

Determines if two StoragePoolOperationalStatus values are the same.

Implicit(String to StoragePoolOperationalStatus)

Converts a string to a StoragePoolOperationalStatus.

Inequality(StoragePoolOperationalStatus, StoragePoolOperationalStatus)

Determines if two StoragePoolOperationalStatus values are not the same.

Applies to