Share via


StorageCacheHealthStateType Struct

Definition

List of cache health states. Down is when the cluster is not responding. Degraded is when its functioning but has some alerts. Transitioning when it is creating or deleting. Unknown will be returned in old api versions when a new value is added in future versions. WaitingForKey is when the create is waiting for the system assigned identity to be given access to the encryption key in the encryption settings.

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

Constructors

StorageCacheHealthStateType(String)

Initializes a new instance of StorageCacheHealthStateType.

Properties

Degraded

Degraded.

Down

Down.

Flushing

Flushing.

Healthy

Healthy.

StartFailed

StartFailed.

Stopped

Stopped.

Stopping

Stopping.

Transitioning

Transitioning.

Unknown

Unknown.

UpgradeFailed

UpgradeFailed.

Upgrading

Upgrading.

WaitingForKey

WaitingForKey.

Methods

Equals(StorageCacheHealthStateType)

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

Determines if two StorageCacheHealthStateType values are the same.

Implicit(String to StorageCacheHealthStateType)

Converts a string to a StorageCacheHealthStateType.

Inequality(StorageCacheHealthStateType, StorageCacheHealthStateType)

Determines if two StorageCacheHealthStateType values are not the same.

Applies to