ReservationErrorResponseCode 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 den Grund beschreibt, warum der Dienst die eingehende Anforderung nicht verarbeiten kann.
public readonly struct ReservationErrorResponseCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationErrorResponseCode>
type ReservationErrorResponseCode = struct
Public Structure ReservationErrorResponseCode
Implements IEquatable(Of ReservationErrorResponseCode)
- Vererbung
-
ReservationErrorResponseCode
- Implementiert
Konstruktoren
ReservationErrorResponseCode(String) |
Initialisiert eine neue Instanz von ReservationErrorResponseCode. |
Eigenschaften
ActivateQuoteFailed |
ActivateQuoteFailed. |
AppliedScopesNotAssociatedWithCommerceAccount |
AppliedScopesNotAssociatedWithCommerceAccount. |
AppliedScopesSameAsExisting |
AppliedScopesSameAsExisting. |
AuthorizationFailed |
AuthorizationFailed. |
BadRequest |
Fehlermeldung: BadRequest. |
BillingCustomerInputError |
BillingCustomerInputError. |
BillingError |
BillingError. |
BillingPaymentInstrumentHardError |
BillingPaymentInstrumentHardError. |
BillingPaymentInstrumentSoftError |
BillingPaymentInstrumentSoftError. |
BillingScopeIdCannotBeChanged |
BillingScopeIdCannotBeChanged. |
BillingTransientError |
BillingTransientError. |
CalculatePriceFailed |
CalculatePriceFailed. |
CapacityUpdateScopesFailed |
CapacityUpdateScopesFailed. |
ClientCertificateThumbprintNotSet |
ClientCertificateThumbprintNotSet. |
CreateQuoteFailed |
CreateQuoteFailed. |
Forbidden |
Unzulässig. |
FulfillmentConfigurationError |
FulfillmentConfigurationError. |
FulfillmentError |
FulfillmentError. |
FulfillmentOutOfStockError |
FulfillmentOutOfStockError. |
FulfillmentTransientError |
FulfillmentTransientError. |
HttpMethodNotSupported |
HttpMethodNotSupported. |
InternalServerError |
InternalServerError. |
InvalidAccessToken |
InvalidAccessToken. |
InvalidFulfillmentRequestParameters |
InvalidFulfillmentRequestParameters. |
InvalidHealthCheckType |
InvalidHealthCheckType. |
InvalidLocationId |
InvalidLocationId. |
InvalidRefundQuantity |
InvalidRefundQuantity. |
InvalidRequestContent |
InvalidRequestContent. |
InvalidRequestUri |
InvalidRequestUri. |
InvalidReservationId |
InvalidReservationId. |
InvalidReservationOrderId |
InvalidReservationOrderId. |
InvalidSingleAppliedScopesCount |
InvalidSingleAppliedScopesCount. |
InvalidSubscriptionId |
InvalidSubscriptionId. |
InvalidTenantId |
InvalidTenantId. |
MissingAppliedScopesForSingle |
MissingAppliedScopesForSingle. |
MissingTenantId |
MissingTenantId. |
NonsupportedAccountId |
Nicht unterstütztAccountId. |
NotSpecified |
NotSpecified. |
NotSupportedCountry |
NotSupportedCountry. |
NoValidReservationsToReRate |
NoValidReservationsToReRate. |
OperationCannotBePerformedInCurrentState |
OperationCannotBePerformedInCurrentState. |
OperationFailed |
OperationFailed. |
PatchValuesSameAsExisting |
PatchValuesSameAsExisting. |
PaymentInstrumentNotFound |
PaymentInstrumentNotFound. |
PurchaseError |
PurchaseError. |
RefundLimitExceeded |
RefundLimitExceeded. |
ReRateOnlyAllowedForEA |
ReRateOnlyAllowedForEA. |
ReservationIdNotInReservationOrder |
ReservationIdNotInReservationOrder. |
ReservationOrderCreationFailed |
ReservationOrderCreationFailed. |
ReservationOrderIdAlreadyExists |
ReservationOrderIdAlreadyExists. |
ReservationOrderNotEnabled |
ReservationOrderNotEnabled. |
ReservationOrderNotFound |
ReservationOrderNotFound. |
RiskCheckFailed |
RiskCheckFailed. |
RoleAssignmentCreationFailed |
RoleAssignmentCreationFailed. |
SelfServiceRefundNotSupported |
SelfServiceRefundNotSupported. |
ServerTimeout |
ServerTimeout. |
UnauthenticatedRequestsThrottled |
UnauthenticatedRequestsThrottled. |
UnsupportedReservationTerm |
Nicht unterstütztReservationTerm. |
Methoden
Equals(ReservationErrorResponseCode) |
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(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Bestimmt, ob zwei ReservationErrorResponseCode Werte gleich sind. |
Implicit(String to ReservationErrorResponseCode) |
Konvertiert eine Zeichenfolge in eine ReservationErrorResponseCode. |
Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Bestimmt, ob zwei ReservationErrorResponseCode Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET