ReservationErrorResponseCode Struktura
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Kód chyby popisující důvod, proč služba nemůže zpracovat příchozí požadavek.
public readonly struct ReservationErrorResponseCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationErrorResponseCode>
type ReservationErrorResponseCode = struct
Public Structure ReservationErrorResponseCode
Implements IEquatable(Of ReservationErrorResponseCode)
- Dědičnost
-
ReservationErrorResponseCode
- Implementuje
Konstruktory
ReservationErrorResponseCode(String) |
Inicializuje novou instanci objektu ReservationErrorResponseCode. |
Vlastnosti
ActivateQuoteFailed |
ActivateQuoteFailed. |
AppliedScopesNotAssociatedWithCommerceAccount |
AppliedScopesNotAssociatedWithCommerceAccount. |
AppliedScopesSameAsExisting |
AppliedScopesSameAsExisting. |
AuthorizationFailed |
Autorizace selhala. |
BadRequest |
BadRequest. |
BillingCustomerInputError |
BillingCustomerInputError. |
BillingError |
BillingError. |
BillingPaymentInstrumentHardError |
BillingPaymentInstrumentHardError. |
BillingPaymentInstrumentSoftError |
BillingPaymentInstrumentSoftError. |
BillingScopeIdCannotBeChanged |
BillingScopeIdCannotBeChanged. |
BillingTransientError |
BillingTransientError. |
CalculatePriceFailed |
CalculatePriceFailed. |
CapacityUpdateScopesFailed |
CapacityUpdateScopesFailed. |
ClientCertificateThumbprintNotSet |
ClientCertificateThumbprintNotSet. |
CreateQuoteFailed |
CreateQuoteFailed. |
Forbidden |
Zakázáno. |
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 |
Nepodporované ID účtu. |
NotSpecified |
Notspecified. |
NotSupportedCountry |
NotSupportedCountry. |
NoValidReservationsToReRate |
NoValidReservationsToReRate. |
OperationCannotBePerformedInCurrentState |
OperationCannotBePerformedInCurrentState. |
OperationFailed |
Operace selhala. |
PatchValuesSameAsExisting |
PatchValuesSameAsExisting. |
PaymentInstrumentNotFound |
PaymentInstrumentNotFound. |
PurchaseError |
Chyba nákupu. |
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 |
UnsupportedReservationTerm. |
Metody
Equals(ReservationErrorResponseCode) |
Určuje, zda je aktuální objekt roven jinému objektu stejného typu. |
ToString() |
Vrátí plně kvalifikovaný název typu této instance. |
Operátory
Equality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Určuje, jestli jsou dvě ReservationErrorResponseCode hodnoty stejné. |
Implicit(String to ReservationErrorResponseCode) |
Převede řetězec na ReservationErrorResponseCode. |
Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Určuje, jestli dvě ReservationErrorResponseCode hodnoty nejsou stejné. |
Platí pro
Azure SDK for .NET