DatastoreStatus 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.
datastore status.
public readonly struct DatastoreStatus : IEquatable<Azure.ResourceManager.Avs.Models.DatastoreStatus>
type DatastoreStatus = struct
Public Structure DatastoreStatus
Implements IEquatable(Of DatastoreStatus)
- Inheritance
-
DatastoreStatus
- Implements
Constructors
DatastoreStatus(String) |
Initializes a new instance of DatastoreStatus. |
Properties
Accessible |
is accessible. |
Attached |
is attached. |
DeadOrError |
is dead or error. |
Detached |
is detached. |
Inaccessible |
is inaccessible. |
LostCommunication |
is lost communication. |
Unknown |
is unknown. |
Methods
Equals(DatastoreStatus) |
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(DatastoreStatus, DatastoreStatus) |
Determines if two DatastoreStatus values are the same. |
Implicit(String to DatastoreStatus) |
Converts a String to a DatastoreStatus. |
Inequality(DatastoreStatus, DatastoreStatus) |
Determines if two DatastoreStatus values are not the same. |
Applies to
Azure SDK for .NET