Share via


DatastoreStatus Struct

Definition

The operational status of the datastore.

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

Accessible.

Attached

Attached.

DeadOrError

DeadOrError.

Detached

Detached.

Inaccessible

Inaccessible.

LostCommunication

LostCommunication.

Unknown

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