ExtendedErrorInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ExtendedErrorInfo() |
ExtendedErrorInfo クラスの新しいインスタンスを初期化します。 |
ExtendedErrorInfo(String, String) |
ExtendedErrorInfo クラスの新しいインスタンスを初期化します。 |
ExtendedErrorInfo()
ExtendedErrorInfo クラスの新しいインスタンスを初期化します。
public ExtendedErrorInfo ();
Public Sub New ()
適用対象
ExtendedErrorInfo(String, String)
ExtendedErrorInfo クラスの新しいインスタンスを初期化します。
public ExtendedErrorInfo (string code = default, string message = default);
new Microsoft.Azure.Management.Reservations.Models.ExtendedErrorInfo : string * string -> Microsoft.Azure.Management.Reservations.Models.ExtendedErrorInfo
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing)
パラメーター
- code
- String
指定できる値は、'NotSpecified'、'InternalServerError'、'ServerTimeout'、'AuthorizationFailed'、'BadRequest'、'ClientCertificateThumbprintNotSet' です。 'InvalidRequestContent'、'OperationFailed'、'HttpMethodNotSupported'、'InvalidRequestUri'、'MissingTenantId'、'InvalidTenantId'、'InvalidReservationOrderId'、'InvalidReservationId'、'ReservationIdNotInReservationOrder'、'ReservationOrderNotFound'、'InvalidSubscriptionId'、'InvalidAccessToken'、'InvalidLocationId'、 'UnauthenticatedRequestsThrottled'、'InvalidHealthCheckType'、'Forbidden'、'BillingScopeIdCannotBeChanged'、'AppliedScopesNotAssociatedWithCommerceAccount'、'PatchValuesSameAsExisting'、 'RoleAssignmentCreationFailed'、'ReservationOrderCreationFailed'、'ReservationOrderNotEnabled'、'CapacityUpdateScopesFailed'、'UnsupportedReservationTerm'、'ReservationOrderIdAlreadyExists'、'RiskCheckFailed'、'CreateQuoteFailed'、'ActivateQuoteFailed'、'NonsupportedAccountId'、'PaymentInstrumentNotFound'、'MissingAppliedScopesForSingle'、'NoValidReservationsToReRate'、'ReRateOnlyAllowedForEA'、'OperationCannotBePerformedInCurrentState'、 'InvalidSingleAppliedScopesCount'、'InvalidFulfillmentRequestParameters'、'NotSupportedCountry'、'InvalidRefundQuantity'、'PurchaseError'、'BillingCustomerInputError'、'BillingPaymentInstrumentSoftError'、'BillingPaymentInstrumentHardError'、'BillingTransientError'、'BillingError'、'FulfillmentConfigurationError'、'FulfillmentOutOfStockError'、'FulfillmentTransientError'、'FulfillmentError'、'CalculatePriceFailed'
- message
- String
適用対象
Azure SDK for .NET