Reservation - Merge
2 つの Reservation
s をマージします。
指定した Reservation
を新しい Reservation
にマージします。 マージされる 2 つの Reservation
プロパティは同じである必要があります。
POST https://management.azure.com/providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/merge?api-version=2022-11-01
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
reservation
|
path | True |
string |
予約の注文 ID |
api-version
|
query | True |
string |
サポートされているバージョン。 |
要求本文
名前 | 型 | 説明 |
---|---|---|
properties.sources |
string[] |
リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} にする必要があります |
応答
名前 | 型 | 説明 |
---|---|---|
200 OK |
マージ後に作成された |
|
202 Accepted |
要求が受け入れられ、処理中です ヘッダー
|
|
Other Status Codes |
予期しないエラーが発生しました。 |
例
Merge
要求のサンプル
POST https://management.azure.com/providers/Microsoft.Capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/merge?api-version=2022-11-01
{
"properties": {
"sources": [
"/providers/Microsoft.Capacity/reservationOrders/c0565a8a-4491-4e77-b07b-5e6d66718e1c/reservations/cea04232-932e-47db-acb5-e29a945ecc73",
"/providers/Microsoft.Capacity/reservationOrders/c0565a8a-4491-4e77-b07b-5e6d66718e1c/reservations/5bf54dc7-dacd-4f46-a16b-7b78f4a59799"
]
}
}
応答のサンプル
[
{
"sku": {
"name": "Standard_DS1_v2"
},
"id": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7",
"type": "Microsoft.Capacity/reservationOrders/reservations",
"name": "00238563-7312-4c20-a134-8c030bf938a7",
"etag": 5,
"location": "eastus",
"properties": {
"appliedScopeProperties": {
"subscriptionId": "/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3",
"displayName": "Azure subscription 1"
},
"renew": false,
"billingScopeId": "/subscriptions/19376483-64b8-49e4-a931-d5248828720a",
"appliedScopeType": "Single",
"quantity": 1,
"provisioningState": "Cancelled",
"expiryDate": "2018-09-22",
"expiryDateTime": "2018-09-22T22:46:32.7632798Z",
"displayName": "cabri_test",
"billingPlan": "Monthly",
"effectiveDateTime": "2017-09-22T22:46:32.7632798Z",
"extendedStatusInfo": {
"statusCode": "Merged",
"message": "This reservation was merged and is no longer active."
},
"lastUpdatedDateTime": "2017-09-22T22:46:32.7632798Z",
"reservedResourceType": "VirtualMachines",
"instanceFlexibility": "Off",
"skuDescription": "D1 v2",
"splitProperties": {
"splitSource": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"
},
"mergeProperties": {
"mergeDestination": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc"
}
}
},
{
"sku": {
"name": "Standard_DS1_v2"
},
"id": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de",
"type": "Microsoft.Capacity/reservationOrders/reservations",
"name": "e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de",
"etag": 4,
"location": "eastus",
"properties": {
"appliedScopeProperties": {
"subscriptionId": "/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3",
"displayName": "Azure subscription 1"
},
"renew": false,
"billingScopeId": "/subscriptions/19376483-64b8-49e4-a931-d5248828720a",
"appliedScopeType": "Single",
"quantity": 2,
"provisioningState": "Cancelled",
"expiryDate": "2018-09-22",
"expiryDateTime": "2018-09-22T22:46:32.7632798Z",
"displayName": "cabri_test",
"billingPlan": "Monthly",
"effectiveDateTime": "2017-09-22T22:46:32.7632798Z",
"extendedStatusInfo": {
"statusCode": "Merged",
"message": "This reservation was merged and is no longer active."
},
"lastUpdatedDateTime": "2017-09-22T22:46:32.7632798Z",
"reservedResourceType": "VirtualMachines",
"instanceFlexibility": "Off",
"skuDescription": "D1 v2",
"splitProperties": {
"splitSource": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/bcae77cd-3119-4766-919f-b50d36c75c7a"
},
"mergeProperties": {
"mergeDestination": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc"
}
}
},
{
"sku": {
"name": "Standard_DS1_v2"
},
"id": "/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/6ef59113-3482-40da-8d79-787f823e34bc",
"type": "Microsoft.Capacity/reservationOrders/reservations",
"name": "6ef59113-3482-40da-8d79-787f823e34bc",
"etag": 2,
"location": "eastus",
"properties": {
"appliedScopeProperties": {
"subscriptionId": "/subscriptions/98df3792-7962-4f18-8be2-d5576f122de3",
"displayName": "Azure subscription 1"
},
"renew": false,
"billingScopeId": "/subscriptions/19376483-64b8-49e4-a931-d5248828720a",
"appliedScopeType": "Single",
"quantity": 3,
"provisioningState": "Succeeded",
"expiryDate": "2018-09-22",
"expiryDateTime": "2018-09-22T22:46:32.7632798Z",
"displayName": "cabri_test",
"billingPlan": "Monthly",
"effectiveDateTime": "2017-09-22T22:46:32.7632798Z",
"lastUpdatedDateTime": "2017-09-22T22:46:32.7632798Z",
"reservedResourceType": "VirtualMachines",
"instanceFlexibility": "Off",
"skuDescription": "D1 v2",
"mergeProperties": {
"mergeSources": [
"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/00238563-7312-4c20-a134-8c030bf938a7",
"/providers/microsoft.capacity/reservationOrders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/reservations/e0e4b4f5-77ea-4984-9ee4-6bf9850ee6de"
]
}
}
}
]
Location: https://management.azure.com/providers/Microsoft.Capacity/reservationorders/276e7ae4-84d0-4da6-ab4b-d6b94f3557da/mergeoperationresults/6ef59113-3482-40da-8d79-787f823e34bc_10?api-version=2022-11-01
Retry-After: 120
定義
名前 | 説明 |
---|---|
Applied |
適用されたスコープの種類に固有のプロパティ。 該当しない場合は必須ではありません。 AppliedScopeType が ManagementGroup の場合は、tenantId と managementGroupId を指定する必要があり、必須 |
Applied |
適用されたスコープの種類。 |
Billing |
顧客が更新購入のためにお客様の現地通貨で請求される通貨と金額。 税金は含まれていません。 |
created |
リソースを作成した ID の種類。 |
Error |
エラー情報 |
Error |
サービスが受信要求を処理できない理由を説明するエラー コード |
Extended |
エラー コードとエラー メッセージを含む拡張エラー情報 |
Extended |
|
Instance |
これをオンにすると、同じ VM サイズ グループ内の他の VM に予約割引が適用されます。 VirtualMachines の予約済みリソースの種類にのみ を指定します。 |
Kind |
予約するリソース プロバイダーの種類。 |
Merge |
予約のマージの要求 |
Pricing |
Microsoft がレコードに使用する金額。 払い戻し制限を計算するために払い戻し中に使用されます。 税金は含まれていません。 これは、有効期限の 30 日前にロックされた価格です。 |
Provisioning |
Reservation の現在の状態を表します。 |
Purchase |
予約購入の要求 |
Renew |
予約の更新プロパティ。 |
Reservation |
課金プランを表します。 |
Reservation |
予約のマージのプロパティ |
Reservation |
予約の定義。 |
Reservation |
予約分割のプロパティ |
Reservations |
予約のプロパティ |
Reservation |
|
Reservation |
予約スワップのプロパティ |
Reservation |
予約の期間を表します。 |
Reservation |
予約使用率の集計値 |
Reserved |
各予約済みリソースの種類に固有のプロパティ。 該当しない場合は必須ではありません。 |
Reserved |
予約されているリソースの種類。 |
Sku |
SKU の名前 |
system |
リソースの作成と最後の変更に関連するメタデータ。 |
Utilization |
予約の使用率 |
AppliedScopeProperties
適用されたスコープの種類に固有のプロパティ。 該当しない場合は必須ではありません。 AppliedScopeType が ManagementGroup の場合は、tenantId と managementGroupId を指定する必要があり、必須
名前 | 型 | 説明 |
---|---|---|
displayName |
string |
表示名 |
managementGroupId |
string |
特典を適用する必要がある管理グループの完全修飾識別子。 |
resourceGroupId |
string |
リソース グループの完全修飾識別子。 |
subscriptionId |
string |
サブスクリプションの完全修飾識別子。 |
tenantId |
string |
節約プランが特典を適用する必要があるテナント ID。 |
AppliedScopeType
適用されたスコープの種類。
名前 | 型 | 説明 |
---|---|---|
ManagementGroup |
string |
|
Shared |
string |
|
Single |
string |
BillingCurrencyTotal
顧客が更新購入のためにお客様の現地通貨で請求される通貨と金額。 税金は含まれていません。
名前 | 型 | 説明 |
---|---|---|
amount |
number |
|
currencyCode |
string |
この購入レコードで使用される通貨の ISO 4217 3 文字の通貨コード。 |
createdByType
リソースを作成した ID の種類。
名前 | 型 | 説明 |
---|---|---|
Application |
string |
|
Key |
string |
|
ManagedIdentity |
string |
|
User |
string |
Error
エラー情報
名前 | 型 | 説明 |
---|---|---|
error |
エラー コードとエラー メッセージを含む拡張エラー情報 |
ErrorResponseCode
サービスが受信要求を処理できない理由を説明するエラー コード
名前 | 型 | 説明 |
---|---|---|
ActivateQuoteFailed |
string |
|
AppliedScopesNotAssociatedWithCommerceAccount |
string |
|
AppliedScopesSameAsExisting |
string |
|
AuthorizationFailed |
string |
|
BadRequest |
string |
|
BillingCustomerInputError |
string |
|
BillingError |
string |
|
BillingPaymentInstrumentHardError |
string |
|
BillingPaymentInstrumentSoftError |
string |
|
BillingScopeIdCannotBeChanged |
string |
|
BillingTransientError |
string |
|
CalculatePriceFailed |
string |
|
CapacityUpdateScopesFailed |
string |
|
ClientCertificateThumbprintNotSet |
string |
|
CreateQuoteFailed |
string |
|
Forbidden |
string |
|
FulfillmentConfigurationError |
string |
|
FulfillmentError |
string |
|
FulfillmentOutOfStockError |
string |
|
FulfillmentTransientError |
string |
|
HttpMethodNotSupported |
string |
|
InternalServerError |
string |
|
InvalidAccessToken |
string |
|
InvalidFulfillmentRequestParameters |
string |
|
InvalidHealthCheckType |
string |
|
InvalidLocationId |
string |
|
InvalidRefundQuantity |
string |
|
InvalidRequestContent |
string |
|
InvalidRequestUri |
string |
|
InvalidReservationId |
string |
|
InvalidReservationOrderId |
string |
|
InvalidSingleAppliedScopesCount |
string |
|
InvalidSubscriptionId |
string |
|
InvalidTenantId |
string |
|
MissingAppliedScopesForSingle |
string |
|
MissingTenantId |
string |
|
NoValidReservationsToReRate |
string |
|
NonsupportedAccountId |
string |
|
NotSpecified |
string |
|
NotSupportedCountry |
string |
|
OperationCannotBePerformedInCurrentState |
string |
|
OperationFailed |
string |
|
PatchValuesSameAsExisting |
string |
|
PaymentInstrumentNotFound |
string |
|
PurchaseError |
string |
|
ReRateOnlyAllowedForEA |
string |
|
RefundLimitExceeded |
string |
|
ReservationIdNotInReservationOrder |
string |
|
ReservationOrderCreationFailed |
string |
|
ReservationOrderIdAlreadyExists |
string |
|
ReservationOrderNotEnabled |
string |
|
ReservationOrderNotFound |
string |
|
RiskCheckFailed |
string |
|
RoleAssignmentCreationFailed |
string |
|
SelfServiceRefundNotSupported |
string |
|
ServerTimeout |
string |
|
UnauthenticatedRequestsThrottled |
string |
|
UnsupportedReservationTerm |
string |
ExtendedErrorInfo
エラー コードとエラー メッセージを含む拡張エラー情報
名前 | 型 | 説明 |
---|---|---|
code |
サービスが受信要求を処理できない理由を説明するエラー コード |
|
message |
string |
ExtendedStatusInfo
名前 | 型 | 説明 |
---|---|---|
message |
string |
状態コードに関する詳細情報を示すメッセージ。 |
statusCode |
InstanceFlexibility
これをオンにすると、同じ VM サイズ グループ内の他の VM に予約割引が適用されます。 VirtualMachines の予約済みリソースの種類にのみ を指定します。
名前 | 型 | 説明 |
---|---|---|
Off |
string |
|
On |
string |
Kind
予約するリソース プロバイダーの種類。
名前 | 型 | 説明 |
---|---|---|
Microsoft.Compute |
string |
MergeRequest
予約のマージの要求
名前 | 型 | 説明 |
---|---|---|
properties.sources |
string[] |
リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} にする必要があります |
PricingCurrencyTotal
Microsoft がレコードに使用する金額。 払い戻し制限を計算するために払い戻し中に使用されます。 税金は含まれていません。 これは、有効期限の 30 日前にロックされた価格です。
名前 | 型 | 説明 |
---|---|---|
amount |
number |
|
currencyCode |
string |
この購入レコードで使用される通貨の ISO 4217 3 文字の通貨コード。 |
ProvisioningState
Reservation の現在の状態を表します。
名前 | 型 | 説明 |
---|---|---|
BillingFailed |
string |
|
Cancelled |
string |
|
ConfirmedBilling |
string |
|
ConfirmedResourceHold |
string |
|
Created |
string |
|
Creating |
string |
|
Expired |
string |
|
Failed |
string |
|
Merged |
string |
|
PendingBilling |
string |
|
PendingResourceHold |
string |
|
Split |
string |
|
Succeeded |
string |
PurchaseRequest
予約購入の要求
名前 | 型 | 規定値 | 説明 |
---|---|---|---|
location |
string |
予約済みリソースが格納されている Azure リージョン。 |
|
properties.appliedScopeProperties |
適用されたスコープの種類に固有のプロパティ。 該当しない場合は必須ではありません。 AppliedScopeType が ManagementGroup の場合は、tenantId と managementGroupId を指定する必要があり、必須 |
||
properties.appliedScopeType |
適用されたスコープの種類。 |
||
properties.appliedScopes |
string[] |
特典が適用されるサブスクリプションの一覧。 AppliedScopeType が Shared かどうかを指定しないでください。 このプロパティは非推奨となり、Single AppliedScopeType の代わりに appliedScopeProperties に置き換えられます。 |
|
properties.billingPlan |
課金プランを表します。 |
||
properties.billingScopeId |
string |
予約または節約プランの購入に対して課金されるサブスクリプション |
|
properties.displayName |
string |
予約のフレンドリ名 |
|
properties.quantity |
integer |
予約の一部である SKU の数量。 |
|
properties.renew |
boolean |
False |
これを true に設定すると、有効期限時に新しい予約が自動的に購入されます。 |
properties.reservedResourceProperties |
各予約済みリソースの種類に固有のプロパティ。 該当しない場合は必須ではありません。 |
||
properties.reservedResourceType |
予約されているリソースの種類。 |
||
properties.reviewDateTime |
string |
これは、Azure ハイブリッド特典を確認する必要がある日時です。 |
|
properties.term |
予約の期間を表します。 |
||
sku |
SKU の名前 |
RenewPropertiesResponse
予約の更新プロパティ。
名前 | 型 | 説明 |
---|---|---|
billingCurrencyTotal |
顧客が更新購入のためにお客様の現地通貨で請求される通貨と金額。 税金は含まれていません。 |
|
pricingCurrencyTotal |
Microsoft がレコードに使用する金額。 払い戻し制限を計算するために払い戻し中に使用されます。 税金は含まれていません。 これは、有効期限の 30 日前にロックされた価格です。 |
|
purchaseProperties |
予約購入の要求 |
ReservationBillingPlan
課金プランを表します。
名前 | 型 | 説明 |
---|---|---|
Monthly |
string |
|
Upfront |
string |
ReservationMergeProperties
予約のマージのプロパティ
名前 | 型 | 説明 |
---|---|---|
mergeDestination |
string |
予約リソース ID マージのために作成されました。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です |
mergeSources |
string[] |
この予約を形成するためにマージされたソース予約のリソース ID。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です |
ReservationResponse
予約の定義。
名前 | 型 | 説明 |
---|---|---|
etag |
integer |
|
id |
string |
リソースの完全修飾リソース ID。 例: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
kind |
予約するリソース プロバイダーの種類。 |
|
location |
string |
予約済みリソースが格納されている Azure リージョン。 |
name |
string |
リソースの名前 |
properties |
この予約に関連付けられているプロパティ |
|
sku |
この予約に関連付けられている SKU 情報 |
|
systemData |
createdBy および modifiedBy 情報を含む Azure Resource Manager メタデータ。 |
|
type |
string |
リソースの型。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" |
ReservationSplitProperties
予約分割のプロパティ
名前 | 型 | 説明 |
---|---|---|
splitDestinations |
string[] |
分割が原因で作成されたターゲット リソース ID の一覧。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です |
splitSource |
string |
これが分割される予約のリソース ID。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です |
ReservationsProperties
予約のプロパティ
名前 | 型 | 規定値 | 説明 |
---|---|---|---|
appliedScopeProperties |
適用されたスコープの種類に固有のプロパティ。 該当しない場合は必須ではありません。 AppliedScopeType が ManagementGroup の場合は、tenantId と managementGroupId を指定する必要があり、必須 |
||
appliedScopeType |
適用されたスコープの種類 |
||
appliedScopes |
string[] |
適用されたスコープの一覧 |
|
archived |
boolean |
予約がアーカイブされているかどうかを示します |
|
benefitStartTime |
string |
これは、予約特典が開始されたときの DateTime です。 |
|
billingPlan |
この SKU で使用できる課金プラン オプション。 |
||
billingScopeId |
string |
予約または節約プランの購入に対して課金されるサブスクリプション |
|
capabilities |
string |
予約の機能 |
|
displayName |
string |
予約を簡単に識別するためのユーザーのフレンドリ名 |
|
displayProvisioningState |
string |
表示する予約のプロビジョニング状態 (成功など) |
|
effectiveDateTime |
string |
このバージョンが有効になったときに開始される予約の DateTime。 |
|
expiryDate |
string |
これは、予約の有効期限が切れる日付です。 |
|
expiryDateTime |
string |
これは、予約の有効期限が切れる日時です。 |
|
extendedStatusInfo |
状態コードに関する詳細情報を示すメッセージ。 |
||
instanceFlexibility |
同じ自動調整グループ内の SKU 間で予約割引を適用できるようにします。 すべての SKU でインスタンス サイズの柔軟性がサポートされているわけではありません。 |
||
lastUpdatedDateTime |
string |
予約が最後に更新された日時。 |
|
mergeProperties |
予約のマージのプロパティ |
||
provisioningState |
予約の現在の状態。 |
||
provisioningSubState |
string |
予約のプロビジョニング サブ状態 (成功など) |
|
purchaseDate |
string |
これは、予約が購入された日付です。 |
|
purchaseDateTime |
string |
これは、予約が購入された日時です。 |
|
quantity |
integer |
予約の一部である SKU の数量。 |
|
renew |
boolean |
False |
これを true に設定すると、有効期限時に新しい予約が自動的に購入されます。 |
renewDestination |
string |
更新のために購入された予約の予約 ID。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です。 |
|
renewProperties |
予約の更新プロパティ。 |
||
renewSource |
string |
この予約の更新元の予約の予約 ID。 リソース ID の形式は /providers/Microsoft.Capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です。 |
|
reservedResourceType |
予約されているリソースの種類。 |
||
reviewDateTime |
string |
これは、Azure ハイブリッド特典を確認する必要がある日時です。 |
|
skuDescription |
string |
sku の説明 (英語)。 |
|
splitProperties |
予約分割のプロパティ |
||
swapProperties |
予約スワップのプロパティ |
||
term |
予約の期間を表します。 |
||
userFriendlyAppliedScopeType |
string |
表示する予約の適用されたスコープの種類 (共有など) |
|
userFriendlyRenewState |
string |
表示用の予約の更新状態 (例: On) |
|
utilization |
予約の使用率 |
ReservationStatusCode
名前 | 型 | 説明 |
---|---|---|
Active |
string |
|
Expired |
string |
|
Merged |
string |
|
None |
string |
|
PaymentInstrumentError |
string |
|
Pending |
string |
|
Processing |
string |
|
PurchaseError |
string |
|
Split |
string |
|
Succeeded |
string |
ReservationSwapProperties
予約スワップのプロパティ
名前 | 型 | 説明 |
---|---|---|
swapDestination |
string |
元のリソースがスワップされる予約リソース ID。 リソース ID の形式は /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です |
swapSource |
string |
スワップされるソース予約のリソース ID。 リソース ID の形式は /providers/microsoft.capacity/reservationOrders/{reservationOrderId}/reservations/{reservationId} です |
ReservationTerm
予約の期間を表します。
名前 | 型 | 説明 |
---|---|---|
P1Y |
string |
|
P3Y |
string |
|
P5Y |
string |
ReservationUtilizationAggregates
予約使用率の集計値
名前 | 型 | 説明 |
---|---|---|
grain |
number |
集計のグレイン |
grainUnit |
string |
集計のグレイン単位 |
value |
number |
集計値 |
valueUnit |
string |
集計値の単位 |
ReservedResourceProperties
各予約済みリソースの種類に固有のプロパティ。 該当しない場合は必須ではありません。
名前 | 型 | 説明 |
---|---|---|
instanceFlexibility |
これをオンにすると、同じ VM サイズ グループ内の他の VM に予約割引が適用されます。 VirtualMachines の予約済みリソースの種類にのみ を指定します。 |
ReservedResourceType
予約されているリソースの種類。
名前 | 型 | 説明 |
---|---|---|
AVS |
string |
|
AppService |
string |
|
AzureDataExplorer |
string |
|
AzureFiles |
string |
|
BlockBlob |
string |
|
CosmosDb |
string |
|
DataFactory |
string |
|
Databricks |
string |
|
DedicatedHost |
string |
|
ManagedDisk |
string |
|
MariaDb |
string |
|
MySql |
string |
|
NetAppStorage |
string |
|
PostgreSql |
string |
|
RedHat |
string |
|
RedHatOsa |
string |
|
RedisCache |
string |
|
SapHana |
string |
|
SqlAzureHybridBenefit |
string |
|
SqlDataWarehouse |
string |
|
SqlDatabases |
string |
|
SqlEdge |
string |
|
SuseLinux |
string |
|
VMwareCloudSimple |
string |
|
VirtualMachineSoftware |
string |
|
VirtualMachines |
string |
SkuName
SKU の名前
名前 | 型 | 説明 |
---|---|---|
name |
string |
systemData
リソースの作成と最後の変更に関連するメタデータ。
名前 | 型 | 説明 |
---|---|---|
createdAt |
string |
リソース作成のタイムスタンプ (UTC)。 |
createdBy |
string |
リソースを作成した ID。 |
createdByType |
リソースを作成した ID の種類。 |
|
lastModifiedAt |
string |
リソースの最終変更のタイムスタンプ (UTC) |
lastModifiedBy |
string |
リソースを最後に変更した ID。 |
lastModifiedByType |
リソースを最後に変更した ID の種類。 |
Utilization
予約の使用率
名前 | 型 | 説明 |
---|---|---|
aggregates |
予約の使用率の集計の配列 |
|
trend |
string |
予約の過去 7 日間の使用率の傾向 |