ReservationErrorResponseCode Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Código de erro que descreve o motivo pelo qual o serviço não é capaz de processar a solicitação de entrada.
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 |
Negado. |
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 |
Operação Com falha. |
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() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Determina se dois ReservationErrorResponseCode valores são os mesmos. |
Implicit(String to ReservationErrorResponseCode) |
Converte uma cadeia de caracteres em um ReservationErrorResponseCode. |
Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode) |
Determina se dois ReservationErrorResponseCode valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET