共用方式為


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 個值是否不相同。

適用於