Share via


ArchiveStatusType Struct

Definition

The state of the archive operation.

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

Constructors

ArchiveStatusType(String)

Initializes a new instance of ArchiveStatusType.

Properties

Canceled

Canceled.

Cancelling

Cancelling.

Completed

Completed.

Failed

Failed.

FSScanInProgress

FSScanInProgress.

Idle

Idle.

InProgress

InProgress.

NotConfigured

NotConfigured.

Methods

Equals(ArchiveStatusType)

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

Determines if two ArchiveStatusType values are the same.

Implicit(String to ArchiveStatusType)

Converts a string to a ArchiveStatusType.

Inequality(ArchiveStatusType, ArchiveStatusType)

Determines if two ArchiveStatusType values are not the same.

Applies to