你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ReservationErrorResponseCode 结构

定义

描述服务无法处理传入请求的原因的错误代码。

public readonly struct ReservationErrorResponseCode : IEquatable<Azure.ResourceManager.Reservations.Models.ReservationErrorResponseCode>
type ReservationErrorResponseCode = struct
Public Structure ReservationErrorResponseCode
Implements IEquatable(Of ReservationErrorResponseCode)
继承
ReservationErrorResponseCode
实现

构造函数

ReservationErrorResponseCode(String)

初始化 ReservationErrorResponseCode 的新实例。

属性

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

已禁止。

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

UnsupportedReservationTerm。

方法

Equals(ReservationErrorResponseCode)

指示当前对象是否等于同一类型的另一个对象。

ToString()

返回此实例的完全限定类型名称。

运算符

Equality(ReservationErrorResponseCode, ReservationErrorResponseCode)

确定两个 ReservationErrorResponseCode 值是否相同。

Implicit(String to ReservationErrorResponseCode)

将字符串转换为 ReservationErrorResponseCode

Inequality(ReservationErrorResponseCode, ReservationErrorResponseCode)

确定两个 ReservationErrorResponseCode 值是否不同。

适用于