ReservationErrorResponseCode Estrutura
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Código de erro que descreve o motivo pelo qual o serviço não consegue processar o pedido recebido.
public readonly struct ReservationErrorResponseCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationErrorResponseCode>
type ReservationErrorResponseCode = struct
Public Structure ReservationErrorResponseCode
Implements IEquatable(Of ReservationErrorResponseCode)
- Herança
-
ReservationErrorResponseCode
- Implementações
Construtores
ReservationErrorResponseCode(String) |
Inicializa uma nova instância de ReservationErrorResponseCode. |
Propriedades
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 |
Proibido. |
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 |
Não indicado. |
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 |
UnsupportedReservationTerm. |
Métodos
Equals(ReservationErrorResponseCode) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Devolve o nome de tipo completamente qualificado desta instância. |
Operadores
Equality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Determina se dois ReservationErrorResponseCode valores são iguais. |
Implicit(String to ReservationErrorResponseCode) |
Converte uma cadeia num ReservationErrorResponseCode. |
Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Determina se dois ReservationErrorResponseCode valores não são iguais. |
Aplica-se a
Azure SDK for .NET