SubscriptionTransferValidationErrorCode 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 of the transfer validation response.
public readonly struct SubscriptionTransferValidationErrorCode : IEquatable<Azure.ResourceManager.Billing.Models.SubscriptionTransferValidationErrorCode>
type SubscriptionTransferValidationErrorCode = struct
Public Structure SubscriptionTransferValidationErrorCode
Implements IEquatable(Of SubscriptionTransferValidationErrorCode)
- Inheritance
-
SubscriptionTransferValidationErrorCode
- Implements
Constructors
SubscriptionTransferValidationErrorCode(String) |
Initializes a new instance of SubscriptionTransferValidationErrorCode. |
Properties
AccountIsLocked |
AccountIsLocked. |
AssetHasCap |
AssetHasCap. |
AssetNotActive |
AssetNotActive. |
BillingAccountInactive |
BillingAccountInactive. |
BillingProfilePastDue |
BillingProfilePastDue. |
CrossBillingAccountNotAllowed |
CrossBillingAccountNotAllowed. |
DestinationBillingProfileInactive |
DestinationBillingProfileInactive. |
DestinationBillingProfileNotFound |
DestinationBillingProfileNotFound. |
DestinationBillingProfilePastDue |
DestinationBillingProfilePastDue. |
DestinationInvoiceSectionInactive |
DestinationInvoiceSectionInactive. |
DestinationInvoiceSectionNotFound |
DestinationInvoiceSectionNotFound. |
InsufficientPermissionOnDestination |
InsufficientPermissionOnDestination. |
InsufficientPermissionOnSource |
InsufficientPermissionOnSource. |
InvalidDestination |
InvalidDestination. |
InvalidSource |
InvalidSource. |
InvoiceSectionIsRestricted |
InvoiceSectionIsRestricted. |
MarketplaceNotEnabledOnDestination |
MarketplaceNotEnabledOnDestination. |
NoActiveAzurePlan |
NoActiveAzurePlan. |
None |
None. |
Other |
Other. |
ProductInactive |
ProductInactive. |
ProductNotFound |
ProductNotFound. |
ProductTypeNotSupported |
ProductTypeNotSupported. |
SourceBillingProfilePastDue |
SourceBillingProfilePastDue. |
SourceInvoiceSectionInactive |
SourceInvoiceSectionInactive. |
SubscriptionHasReservations |
SubscriptionHasReservations. |
SubscriptionNotActive |
SubscriptionNotActive. |
SubscriptionTypeNotSupported |
SubscriptionTypeNotSupported. |
Methods
Equals(SubscriptionTransferValidationErrorCode) |
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(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode) |
Determines if two SubscriptionTransferValidationErrorCode values are the same. |
Implicit(String to SubscriptionTransferValidationErrorCode) |
Converts a string to a SubscriptionTransferValidationErrorCode. |
Inequality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode) |
Determines if two SubscriptionTransferValidationErrorCode values are not the same. |