StoragePoolOperationalStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| StoragePoolOperationalStatus(String) |
Initializes a new instance of StoragePoolOperationalStatus. |
Properties
| Name | Description |
|---|---|
| Healthy |
Healthy. |
| Invalid |
Invalid. |
| Running |
Running. |
| Stopped |
Stopped. |
| StoppedDeallocated |
Stopped (deallocated). |
| Unhealthy |
Unhealthy. |
| Unknown |
Unknown. |
| Updating |
Updating. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |