AmlFileSystemExpansionJobStatusType Struct

Definition

The operational state of the expansion job. InProgress indicates the expansion is still running. Completed indicates expansion finished successfully. Failed means the expansion was unable to complete due to a fatal error. Deleting indicates the expansion is being rolled back.

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

Constructors

Name Description
AmlFileSystemExpansionJobStatusType(String)

Initializes a new instance of AmlFileSystemExpansionJobStatusType.

Properties

Name Description
Completed

Completed.

Deleting

Deleting.

Failed

Failed.

InProgress

InProgress.

RollingBack

RollingBack.

Methods

Name Description
Equals(AmlFileSystemExpansionJobStatusType)

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

Name Description
Equality(AmlFileSystemExpansionJobStatusType, AmlFileSystemExpansionJobStatusType)

Determines if two AmlFileSystemExpansionJobStatusType values are the same.

Implicit(String to AmlFileSystemExpansionJobStatusType)

Converts a string to a AmlFileSystemExpansionJobStatusType.

Implicit(String to Nullable<AmlFileSystemExpansionJobStatusType>)
Inequality(AmlFileSystemExpansionJobStatusType, AmlFileSystemExpansionJobStatusType)

Determines if two AmlFileSystemExpansionJobStatusType values are not the same.

Applies to