SubscriptionTransferValidationErrorCode Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Code d’erreur de la réponse de validation de transfert.
public readonly struct SubscriptionTransferValidationErrorCode : IEquatable<Azure.ResourceManager.Billing.Models.SubscriptionTransferValidationErrorCode>
type SubscriptionTransferValidationErrorCode = struct
Public Structure SubscriptionTransferValidationErrorCode
Implements IEquatable(Of SubscriptionTransferValidationErrorCode)
- Héritage
-
SubscriptionTransferValidationErrorCode
- Implémente
Constructeurs
SubscriptionTransferValidationErrorCode(String) |
Initialise une nouvelle instance de SubscriptionTransferValidationErrorCode. |
Propriétés
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. |
Méthodes
Equals(SubscriptionTransferValidationErrorCode) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode) |
Détermine si deux SubscriptionTransferValidationErrorCode valeurs sont identiques. |
Implicit(String to SubscriptionTransferValidationErrorCode) |
Convertit une chaîne en SubscriptionTransferValidationErrorCode. |
Inequality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode) |
Détermine si deux SubscriptionTransferValidationErrorCode valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET