MoveValidationErrorCode Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MoveValidationErrorCode(String) |
Initializes a new instance of MoveValidationErrorCode. |
Properties
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
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
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
Azure SDK for .NET