ReservationErrorResponseCode Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Código de error que describe el motivo por el que el servicio no puede procesar la solicitud entrante.
public readonly struct ReservationErrorResponseCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationErrorResponseCode>
type ReservationErrorResponseCode = struct
Public Structure ReservationErrorResponseCode
Implements IEquatable(Of ReservationErrorResponseCode)
- Herencia
-
ReservationErrorResponseCode
- Implementaciones
Constructores
ReservationErrorResponseCode(String) |
Inicializa una nueva instancia de la clase ReservationErrorResponseCode. |
Propiedades
ActivateQuoteFailed |
ActivateQuoteFailed. |
AppliedScopesNotAssociatedWithCommerceAccount |
AppliedScopesNotAssociatedWithCommerceAccount. |
AppliedScopesSameAsExisting |
AppliedScopesSameAsExisting. |
AuthorizationFailed |
AuthorizationFailed. |
BadRequest |
BadRequest. |
BillingCustomerInputError |
BillingCustomerInputError. |
BillingError |
BillingError. |
BillingPaymentInstrumentHardError |
BillingPaymentInstrumentHardError. |
BillingPaymentInstrumentSoftError |
BillingPaymentInstrumentSoftError. |
BillingScopeIdCannotBeChanged |
BillingScopeIdCannotBeChanged. |
BillingTransientError |
BillingTransientError. |
CalculatePriceFailed |
CalculatePriceFailed. |
CapacityUpdateScopesFailed |
CapacityUpdateScopesFailed. |
ClientCertificateThumbprintNotSet |
ClientCertificateThumbprintNotSet. |
CreateQuoteFailed |
CreateQuoteFailed. |
Forbidden |
Prohibido. |
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 |
NonsupportedAccountId. |
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 |
NosupportedReservationTerm. |
Métodos
Equals(ReservationErrorResponseCode) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Determina si dos ReservationErrorResponseCode valores son los mismos. |
Implicit(String to ReservationErrorResponseCode) |
Convierte una cadena en un ReservationErrorResponseCode. |
Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Determina si dos ReservationErrorResponseCode valores no son los mismos. |
Se aplica a
Azure SDK for .NET