Share via


SubscriptionTransferValidationErrorCode Struct

Definition

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.

ProductInactive

ProductInactive.

ProductNotFound

ProductNotFound.

ProductTypeNotSupported

ProductTypeNotSupported.

SourceBillingProfilePastDue

SourceBillingProfilePastDue.

SourceInvoiceSectionInactive

SourceInvoiceSectionInactive.

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.

Applies to