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
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
Azure SDK for .NET