Share via


StorageCacheFirmwareStatusType Struct

Definition

True if there is a firmware update ready to install on this cache. The firmware will automatically be installed after firmwareUpdateDeadline if not triggered earlier via the upgrade operation.

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

Constructors

StorageCacheFirmwareStatusType(String)

Initializes a new instance of StorageCacheFirmwareStatusType.

Properties

Available

available.

Unavailable

unavailable.

Methods

Equals(StorageCacheFirmwareStatusType)

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

Determines if two StorageCacheFirmwareStatusType values are the same.

Implicit(String to StorageCacheFirmwareStatusType)

Converts a string to a StorageCacheFirmwareStatusType.

Inequality(StorageCacheFirmwareStatusType, StorageCacheFirmwareStatusType)

Determines if two StorageCacheFirmwareStatusType values are not the same.

Applies to