你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MoveValidationErrorCode Struct

Definition

Error code for the product transfer validation.

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

Constructors

Name Description
MoveValidationErrorCode(String)

Initializes a new instance of MoveValidationErrorCode.

Properties

Name Description
BillingAccountInactive

BillingAccountInactive.

DestinationBillingProfileInactive

DestinationBillingProfileInactive.

DestinationBillingProfileNotFound

DestinationBillingProfileNotFound.

DestinationBillingProfilePastDue

DestinationBillingProfilePastDue.

DestinationInvoiceSectionInactive

DestinationInvoiceSectionInactive.

DestinationInvoiceSectionNotFound

DestinationInvoiceSectionNotFound.

InsufficientPermissionOnDestination

InsufficientPermissionOnDestination.

InsufficientPermissionOnSource

InsufficientPermissionOnSource.

InvalidDestination

InvalidDestination.

InvalidSource

InvalidSource.

MarketplaceNotEnabledOnDestination

MarketplaceNotEnabledOnDestination.

Other

Other.

ProductInactive

ProductInactive.

ProductNotFound

ProductNotFound.

ProductTypeNotSupported

ProductTypeNotSupported.

SourceBillingProfilePastDue

SourceBillingProfilePastDue.

SourceInvoiceSectionInactive

SourceInvoiceSectionInactive.

Methods

Name Description
Equals(MoveValidationErrorCode)

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

Determines if two MoveValidationErrorCode values are the same.

Implicit(String to MoveValidationErrorCode)

Converts a String to a MoveValidationErrorCode.

Inequality(MoveValidationErrorCode, MoveValidationErrorCode)

Determines if two MoveValidationErrorCode values are not the same.

Applies to