SubscriptionTransferValidationErrorCode Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Fehlercode der Antwort auf die Überprüfung der Übertragung.
public readonly struct SubscriptionTransferValidationErrorCode : IEquatable<Azure.ResourceManager.Billing.Models.SubscriptionTransferValidationErrorCode>
type SubscriptionTransferValidationErrorCode = struct
Public Structure SubscriptionTransferValidationErrorCode
Implements IEquatable(Of SubscriptionTransferValidationErrorCode)
- Vererbung
-
SubscriptionTransferValidationErrorCode
- Implementiert
Konstruktoren
SubscriptionTransferValidationErrorCode(String) |
Initialisiert eine neue Instanz von SubscriptionTransferValidationErrorCode. |
Eigenschaften
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. |
Methoden
Equals(SubscriptionTransferValidationErrorCode) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode) |
Bestimmt, ob zwei SubscriptionTransferValidationErrorCode Werte gleich sind. |
Implicit(String to SubscriptionTransferValidationErrorCode) |
Konvertiert eine Zeichenfolge in eine SubscriptionTransferValidationErrorCode. |
Inequality(SubscriptionTransferValidationErrorCode, SubscriptionTransferValidationErrorCode) |
Bestimmt, ob zwei SubscriptionTransferValidationErrorCode Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET