Share via


StorageTargetOperationalStateType Struct

Definition

Storage target operational state.

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

Constructors

StorageTargetOperationalStateType(String)

Initializes a new instance of StorageTargetOperationalStateType.

Properties

Busy

Busy.

Flushing

Flushing.

Ready

Ready.

Suspended

Suspended.

Methods

Equals(StorageTargetOperationalStateType)

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

Determines if two StorageTargetOperationalStateType values are the same.

Implicit(String to StorageTargetOperationalStateType)

Converts a string to a StorageTargetOperationalStateType.

Inequality(StorageTargetOperationalStateType, StorageTargetOperationalStateType)

Determines if two StorageTargetOperationalStateType values are not the same.

Applies to