Share via


AmlFileSystemHealthStateType Struct

Definition

List of AML file system health states.

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

Constructors

AmlFileSystemHealthStateType(String)

Initializes a new instance of AmlFileSystemHealthStateType.

Properties

Available

Available.

Degraded

Degraded.

Maintenance

Maintenance.

Transitioning

Transitioning.

Unavailable

Unavailable.

Methods

Equals(AmlFileSystemHealthStateType)

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

Determines if two AmlFileSystemHealthStateType values are the same.

Implicit(String to AmlFileSystemHealthStateType)

Converts a string to a AmlFileSystemHealthStateType.

Inequality(AmlFileSystemHealthStateType, AmlFileSystemHealthStateType)

Determines if two AmlFileSystemHealthStateType values are not the same.

Applies to