Share via


ImportStatusType Struct

Definition

The state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.

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

Constructors

ImportStatusType(String)

Initializes a new instance of ImportStatusType.

Properties

Canceled

Canceled.

Cancelling

Cancelling.

Completed

Completed.

CompletedPartial

CompletedPartial.

Failed

Failed.

InProgress

InProgress.

Methods

Equals(ImportStatusType)

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

Determines if two ImportStatusType values are the same.

Implicit(String to ImportStatusType)

Converts a string to a ImportStatusType.

Inequality(ImportStatusType, ImportStatusType)

Determines if two ImportStatusType values are not the same.

Applies to