Freigeben über


PortalDelayErrorCode Struct

Definition

Delay Error code.

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

Constructors

Name Description
PortalDelayErrorCode(String)

Initializes a new instance of PortalDelayErrorCode.

Properties

Name Description
ActiveOrderLimitBreachedDelay

Active Order limit breached.

HighDemandDelay

High demand.

InternalIssueDelay

Delay due to any internal reasons.

LargeNumberOfFilesDelay

Slow copy due to large number of files.

Methods

Name Description
Equals(PortalDelayErrorCode)

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

Determines if two PortalDelayErrorCode values are the same.

Implicit(String to PortalDelayErrorCode)

Converts a String to a PortalDelayErrorCode.

Inequality(PortalDelayErrorCode, PortalDelayErrorCode)

Determines if two PortalDelayErrorCode values are not the same.

Applies to