Compartir a través de


ReservationErrorResponseCode Estructura

Definición

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