Share via


BlobRestoreProgressStatus Struct

Definition

The status of blob restore progress. Possible values are: - InProgress: Indicates that blob restore is ongoing. - Complete: Indicates that blob restore has been completed successfully. - Failed: Indicates that blob restore is failed.

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

Constructors

Name Description
BlobRestoreProgressStatus(String)

Initializes a new instance of BlobRestoreProgressStatus.

Properties

Name Description
Complete

Gets the Complete.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

Methods

Name Description
Equals(BlobRestoreProgressStatus)

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

Determines if two BlobRestoreProgressStatus values are the same.

Implicit(String to BlobRestoreProgressStatus)

Converts a string to a BlobRestoreProgressStatus.

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

Determines if two BlobRestoreProgressStatus values are not the same.

Applies to