Megosztás a következőn keresztül:


Reservation Recommendations - List

Fenntartott példányok vásárlására vonatkozó javaslatok listája.

GET https://management.azure.com/{resourceScope}/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01
GET https://management.azure.com/{resourceScope}/providers/Microsoft.Consumption/reservationRecommendations?$filter={$filter}&api-version=2024-08-01

URI-paraméterek

Name In Kötelező Típus Description
resourceScope
path True

string

A foglalási javaslatok műveleteihez társított hatókör. Ide tartozik a "/subscriptions/{subscriptionId}/" az előfizetés hatóköréhez, a "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}" erőforráscsoport-hatókörhöz, a BillingAccount-hatókörhöz tartozó "/subscriptions/{billingAccountId}", a billingProfile hatókörhöz pedig a "/billingAccountId}".

api-version
query True

string

Az ügyfélkéréshez használandó API verziója. A jelenlegi verzió: 2023-03-01.

$filter
query

string

A reservationRecommendations szűrésére használható: tulajdonságok/hatókör engedélyezett értékekkel ,Önálló", "Megosztott" és alapértelmezett "Single" értékkel; properties/resourceType with allowed values "VirtualMachines", "SQLDatabases", "PostgreSQL", "ManagedDisk", "MySQL", "RedHat", "MariaDB", "RedisCache", "CosmosDB", "SqlDataWarehouse", "SUSELinux", "AppService", "BlockBlob", "AzureDataExplorer", "VMwareCloudSimple" és alapértelmezett "VirtualMachines" érték; és tulajdonságok/lookBackPeriod engedélyezett értékekkel :Last7Days", "Last30Days", "Last60Days" és alapértelmezett "Last7Days".

Válaszok

Name Típus Description
200 OK

ReservationRecommendationsListResult

OKÉ. A kérés sikeres volt.

204 No Content

A rendszer üres választ küld, ha nincsenek javaslatok.

Other Status Codes

ErrorResponse

Hibaválasz, amely leírja, hogy miért nem sikerült a művelet.

Biztonság

azure_auth

Azure Active Directory OAuth2 Flow.

Típus: oauth2
Folyamat: implicit
Engedélyezési URL: https://login.microsoftonline.com/common/oauth2/authorize

Hatókörök

Name Description
user_impersonation a felhasználói fiók megszemélyesítése

Példák

ReservationRecommendationsByBillingAccount-Legacy
ReservationRecommendationsByBillingAccountFilterForScope
ReservationRecommendationsByBillingProfile-Modern
ReservationRecommendationsByResourceGroup-Legacy
ReservationRecommendationsBySubscription-Legacy
ReservationRecommendationsFilterBySubscriptionForScopeLookBackPeriod-Legacy

ReservationRecommendationsByBillingAccount-Legacy

Mintakérelem

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/123456/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01

Mintaválasz

{
  "value": [
    {
      "id": "billingAccount/123456/providers/Microsoft.Consumption/reservationRecommendations/00000000-0000-0000-0000-000000000000",
      "name": "00000000-0000-0000-0000-000000000000",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "location": "westus",
      "sku": "Standard_DS1_v2",
      "kind": "legacy",
      "properties": {
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P1Y",
        "costWithNoReservedInstances": 12.0785105,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 11.4899644807748,
        "netSavings": 0.588546019225182,
        "firstUsageDate": "2019-07-07T00:00:00-07:00",
        "scope": "Shared",
        "lookBackPeriod": "Last7Days",
        "instanceFlexibilityRatio": 1,
        "instanceFlexibilityGroup": "DSv2 Series",
        "normalizedSize": "Standard_DS1_v2",
        "recommendedQuantityNormalized": 1,
        "skuProperties": [
          {
            "name": "Cores",
            "value": "1"
          },
          {
            "name": "Ram",
            "value": "1"
          }
        ],
        "totalHours": 701,
        "lastUsageDate": "2019-08-07T00:00:00-07:00"
      }
    },
    {
      "id": "billingAccount/123456/providers/Microsoft.Consumption/reservationRecommendations/00000000-0000-0000-0000-000000000000",
      "name": "00000000-0000-0000-0000-000000000000",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "location": "westus",
      "sku": "Standard_DS1_v2",
      "kind": "legacy",
      "properties": {
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P1Y",
        "costWithNoReservedInstances": 10.0785105,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 13.48,
        "netSavings": 0.68,
        "firstUsageDate": "2019-07-07T00:00:00-07:00",
        "scope": "Shared",
        "lookBackPeriod": "Last7Days",
        "instanceFlexibilityRatio": 1,
        "instanceFlexibilityGroup": "DSv2 Series",
        "normalizedSize": "Standard_DS1",
        "recommendedQuantityNormalized": 1.2,
        "skuProperties": [
          {
            "name": "SkuDisplayName",
            "value": "B"
          },
          {
            "name": "CPU",
            "value": "1"
          }
        ],
        "totalHours": 805,
        "lastUsageDate": "2019-08-09T00:00:00-07:00"
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01&$skiptoken=AQAAAA%3D%3D&"
}

ReservationRecommendationsByBillingAccountFilterForScope

Mintakérelem

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/123456/providers/Microsoft.Consumption/reservationRecommendations?$filter=properties/scope eq 'Single'&api-version=2024-08-01

Mintaválasz

{
  "value": [
    {
      "kind": "legacy",
      "id": "billingAccount/123456/providers/Microsoft.Consumption/reservationRecommendations/71fd91a7-13b9-4ade-bb11-85cfd6422d9d",
      "name": "71fd91a7-13b9-4ade-bb11-85cfd6422d9d",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "location": "westus3",
      "sku": "Standard_B4ms",
      "properties": {
        "meterId": "9a3781ce-d0dc-5f76-99d7-29eb5aec447f",
        "term": "P1Y",
        "costWithNoReservedInstances": 0.332,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0.19474885844748857,
        "netSavings": 0.13725114155251145,
        "firstUsageDate": "2024-04-30T07:00:00Z",
        "scope": "Single",
        "lookBackPeriod": "Last7Days",
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "resourceType": "virtualmachines",
        "instanceFlexibilityRatio": 8,
        "instanceFlexibilityGroup": "BS Series High Memory",
        "normalizedSize": "Standard_B1ms",
        "recommendedQuantityNormalized": 8,
        "skuProperties": []
      }
    },
    {
      "kind": "legacy",
      "id": "billingAccount/123456/providers/Microsoft.Consumption/reservationRecommendations/904b99c2-baf3-4bff-98ff-a96238ccbc96",
      "name": "904b99c2-baf3-4bff-98ff-a96238ccbc96",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "location": "westus3",
      "sku": "Standard_B4ms",
      "properties": {
        "meterId": "9a3781ce-d0dc-5f76-99d7-29eb5aec447f",
        "term": "P3Y",
        "costWithNoReservedInstances": 0.332,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0.12511415525114156,
        "netSavings": 0.20688584474885846,
        "firstUsageDate": "2024-04-30T07:00:00Z",
        "scope": "Single",
        "lookBackPeriod": "Last7Days",
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "resourceType": "virtualmachines",
        "instanceFlexibilityRatio": 8,
        "instanceFlexibilityGroup": "BS Series High Memory",
        "normalizedSize": "Standard_B1ms",
        "recommendedQuantityNormalized": 8,
        "skuProperties": []
      }
    }
  ]
}

ReservationRecommendationsByBillingProfile-Modern

Mintakérelem

GET https://management.azure.com/providers/Microsoft.Billing/billingAccounts/123456/billingProfiles/6420/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01

Mintaválasz

{
  "value": [
    {
      "id": "/providers/Microsoft.Billing/billingAccounts/123456/billingProfiles/6420/providers/Microsoft.Consumption/reservationRecommendations/00000000-0000-0000-0000-000000000000",
      "name": "00000000-0000-0000-0000-000000000000",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "kind": "modern",
      "properties": {
        "costWithNoReservedInstances": {
          "currency": "USD",
          "value": 279881.9457795231
        },
        "firstUsageDate": "2022-08-22T00:00:00Z",
        "instanceFlexibilityGroup": "NA",
        "instanceFlexibilityRatio": 1,
        "location": "westus2",
        "lookBackPeriod": 60,
        "meterId": "30f7049a-b092-42f4-9173-9ec31ab945ad",
        "netSavings": {
          "currency": "USD",
          "value": 153766.87728637524
        },
        "normalizedSize": "SQLDB_BC_Compute_Gen5",
        "recommendedQuantity": 35,
        "recommendedQuantityNormalized": 35,
        "resourceType": "sqldatabases",
        "scope": "Single",
        "skuName": "SQLDB_BC_Compute_Gen5",
        "skuProperties": null,
        "subscriptionId": "c6aa8a01-a744-44a7-a4f1-caad17512f27",
        "term": "P3Y",
        "totalCostWithReservedInstances": {
          "currency": "USD",
          "value": 126115.06849314792
        },
        "totalHours": 717,
        "lastUsageDate": "2022-09-22T00:00:00Z"
      }
    },
    {
      "id": "/providers/Microsoft.Billing/billingAccounts/123456/billingProfiles/6420/providers/Microsoft.Consumption/reservationRecommendations/00000000-0000-0000-0000-000000000000",
      "name": "00000000-0000-0000-0000-000000000000",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "kind": "modern",
      "properties": {
        "costWithNoReservedInstances": {
          "currency": "USD",
          "value": 93208.8596802244
        },
        "firstUsageDate": "2022-08-22T00:00:00Z",
        "instanceFlexibilityGroup": "NA",
        "instanceFlexibilityRatio": 1,
        "location": "westus2",
        "lookBackPeriod": 60,
        "meterId": "30f7049a-b092-42f4-9173-9ec31ab945ad",
        "netSavings": {
          "currency": "USD",
          "value": 32553.85968022456
        },
        "normalizedSize": "SQLDB_BC_Compute_Gen5",
        "recommendedQuantity": 35,
        "recommendedQuantityNormalized": 35,
        "resourceType": "sqldatabases",
        "scope": "Single",
        "skuName": "SQLDB_BC_Compute_Gen5",
        "skuProperties": null,
        "subscriptionId": "c6aa8a01-a744-44a7-a4f1-caad17512f27",
        "term": "P1Y",
        "totalCostWithReservedInstances": {
          "currency": "USD",
          "value": 60654.99999999984
        },
        "totalHours": 527,
        "lastUsageDate": "2022-08-27T00:00:00Z"
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01&$skiptoken=AQAAAA%3D%3D&"
}

ReservationRecommendationsByResourceGroup-Legacy

Mintakérelem

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testGroup/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01

Mintaválasz

{
  "value": [
    {
      "id": "subscriptions/00000000-0000-0000-0000-000000000000/resourceGrouups/testGroup/providers/Microsoft.Consumption/reservationRecommendations/reservationRecommendations1",
      "name": "reservationRecommendations1",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "sku": "Standard_DS1_v2",
      "location": "northeurope",
      "kind": "legacy",
      "properties": {
        "lookBackPeriod": "Last7Days",
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P1Y",
        "costWithNoReservedInstances": 0,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0,
        "netSavings": 4.634521202630137,
        "firstUsageDate": "2018-03-06T00:00:00Z",
        "scope": "Single",
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "totalHours": 427,
        "lastUsageDate": "2018-03-08T00:00:00Z"
      }
    },
    {
      "id": "subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testGroup/providers/Microsoft.Consumption/reservationRecommendations/reservationRecommendations2",
      "name": "reservationRecommendations2",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "sku": "Standard_DS1_v2",
      "location": "northeurope",
      "kind": "legacy",
      "properties": {
        "lookBackPeriod": "Last7Days",
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P3Y",
        "costWithNoReservedInstances": 0,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0,
        "netSavings": 7.289315723178081,
        "firstUsageDate": "2018-03-06T00:00:00Z",
        "scope": "Single",
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "totalHours": 327,
        "lastUsageDate": "2018-03-09T00:00:00Z"
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/testGroup/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01&$skiptoken=AQAAAA%3D%3D&"
}

ReservationRecommendationsBySubscription-Legacy

Mintakérelem

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01

Mintaválasz

{
  "value": [
    {
      "id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations/reservationRecommendations1",
      "name": "reservationRecommendations1",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "sku": "Standard_DS1_v2",
      "location": "northeurope",
      "kind": "legacy",
      "properties": {
        "lookBackPeriod": "Last7Days",
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P1Y",
        "costWithNoReservedInstances": 0,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0,
        "netSavings": 4.634521202630137,
        "firstUsageDate": "2018-03-06T00:00:00Z",
        "scope": "Single",
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "totalHours": 827,
        "lastUsageDate": "2018-03-10T00:00:00Z"
      }
    },
    {
      "id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations/reservationRecommendations2",
      "name": "reservationRecommendations2",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "sku": "Standard_DS1_v2",
      "location": "northeurope",
      "kind": "legacy",
      "properties": {
        "lookBackPeriod": "Last7Days",
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P3Y",
        "costWithNoReservedInstances": 0,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0,
        "netSavings": 7.289315723178081,
        "firstUsageDate": "2018-03-06T00:00:00Z",
        "scope": "Single",
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "totalHours": 927,
        "lastUsageDate": "2018-03-15T00:00:00Z"
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01&$skiptoken=AQAAAA%3D%3D&"
}

ReservationRecommendationsFilterBySubscriptionForScopeLookBackPeriod-Legacy

Mintakérelem

GET https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations?$filter=properties/scope eq 'Single' AND properties/lookBackPeriod eq 'Last7Days'&api-version=2024-08-01

Mintaválasz

{
  "value": [
    {
      "id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations/reservationRecommendations1",
      "name": "reservationRecommendations1",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "sku": "Standard_DS1_v2",
      "location": "northeurope",
      "kind": "legacy",
      "properties": {
        "lookBackPeriod": "Last7Days",
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P1Y",
        "costWithNoReservedInstances": 0,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0,
        "netSavings": 4.634521202630137,
        "firstUsageDate": "2018-03-06T00:00:00Z",
        "scope": "Single",
        "skuProperties": [
          {
            "name": "Cores",
            "value": "1"
          },
          {
            "name": "Ram",
            "value": "1"
          }
        ],
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "totalHours": 527,
        "lastUsageDate": "2018-03-15T00:00:00Z"
      }
    },
    {
      "id": "subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations/reservationRecommendations2",
      "name": "reservationRecommendations2",
      "type": "Microsoft.Consumption/reservationRecommendations",
      "sku": "Standard_DS1_v2",
      "location": "northeurope",
      "kind": "legacy",
      "properties": {
        "lookBackPeriod": "Last7Days",
        "meterId": "00000000-0000-0000-0000-000000000000",
        "term": "P3Y",
        "costWithNoReservedInstances": 0,
        "recommendedQuantity": 1,
        "totalCostWithReservedInstances": 0,
        "netSavings": 7.289315723178081,
        "firstUsageDate": "2018-03-06T00:00:00Z",
        "scope": "Single",
        "skuProperties": [
          {
            "name": "SkuDisplayName",
            "value": "B"
          },
          {
            "name": "CPU",
            "value": "1"
          }
        ],
        "subscriptionId": "00000000-0000-0000-0000-000000000000",
        "totalHours": 427,
        "lastUsageDate": "2018-03-08T00:00:00Z"
      }
    }
  ],
  "nextLink": "https://management.azure.com/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Consumption/reservationRecommendations?api-version=2024-08-01&$filter=properties/scope+eq+'Single'+AND+properties/lookBackPeriod+eq+'Last7Days'&$skiptoken=AQAAAA%3D%3D&"
}

Definíciók

Name Description
amount

Az összeg és a pénznem .

ErrorDetails

A hiba részletei.

ErrorResponse

A hibaválasz azt jelzi, hogy a szolgáltatás nem tudja feldolgozni a bejövő kérést. Ennek okát a hibaüzenet adja meg.

Néhány hibaválasz:

  • 429 TooManyRequests – A kérés szabályozva van. Próbálkozzon újra az "x-ms-ratelimit-microsoft.consumption-retry-after" fejlécben megadott időre való várakozás után.

  • 503 ServiceUnavailable – A szolgáltatás átmenetileg nem érhető el. Próbálkozzon újra az "Újrapróbálkozás után" fejlécben megadott időre való várakozás után.

  • 504 Átjáró időtúllépése – A szolgáltatás időtúllépést tapasztalt a kérés feldolgozása során. Ha lehetséges, csökkentse a kérelem dátumtartományát.

LegacyReservationRecommendation

Régi foglalási javaslat.

ModernReservationRecommendation

Modern foglalási javaslat.

ReservationRecommendationsListResult

Foglalási javaslatok listázásának eredménye.

SkuProperty

A termékváltozat tulajdonság

amount

Az összeg és a pénznem .

Name Típus Description
currency

string

Összeg pénzneme.

value

number (decimal)

Mennyiség.

ErrorDetails

A hiba részletei.

Name Típus Description
code

string

Hibakód.

message

string

A művelet sikertelen voltát jelző hibaüzenet.

ErrorResponse

A hibaválasz azt jelzi, hogy a szolgáltatás nem tudja feldolgozni a bejövő kérést. Ennek okát a hibaüzenet adja meg.

Néhány hibaválasz:

  • 429 TooManyRequests – A kérés szabályozva van. Próbálkozzon újra az "x-ms-ratelimit-microsoft.consumption-retry-after" fejlécben megadott időre való várakozás után.

  • 503 ServiceUnavailable – A szolgáltatás átmenetileg nem érhető el. Próbálkozzon újra az "Újrapróbálkozás után" fejlécben megadott időre való várakozás után.

  • 504 Átjáró időtúllépése – A szolgáltatás időtúllépést tapasztalt a kérés feldolgozása során. Ha lehetséges, csökkentse a kérelem dátumtartományát.

Name Típus Description
error

ErrorDetails

A hiba részletei.

LegacyReservationRecommendation

Régi foglalási javaslat.

Name Típus Description
etag

string

Az erőforrás etagje.

id

string

Egy esemény teljes arm-azonosítója.

kind string:

legacy

Megadja a foglalási javaslat típusát.

location

string

Erőforrás helye

name

string

Az eseményt egyedileg azonosító azonosító.

properties.costWithNoReservedInstances

number (decimal)

A költség teljes összege fenntartott példányok nélkül.

properties.firstUsageDate

string (date-time)

A visszatekintés használati dátuma.

properties.instanceFlexibilityGroup

string

A példány rugalmassági csoportja.

properties.instanceFlexibilityRatio

number

A példány rugalmassági aránya.

properties.lastUsageDate

string (date-time)

A javaslat kiszámításához használt utolsó használati dátum.

properties.lookBackPeriod

string

A javaslatokat visszatekintő használati napok száma.

properties.meterId

string (uuid)

A fogyasztásmérő azonosítója (GUID)

properties.netSavings

number (decimal)

Összes becsült megtakarítás fenntartott példányokkal.

properties.normalizedSize

string

A normalizált méret.

properties.recommendedQuantity

number (decimal)

Ajánlott minőség fenntartott példányokhoz.

properties.recommendedQuantityNormalized

number

Az ajánlott mennyiség normalizálva.

properties.resourceType

string

Az Azure-erőforrás típusa.

properties.scope

string

Megosztott vagy egyetlen javaslat.

properties.skuProperties

SkuProperty[]

Termékváltozat tulajdonságainak listája

properties.term

string

A foglalás időtartama. például: P1M, P1Y vagy P3Y.

properties.totalCostWithReservedInstances

number (decimal)

A fenntartott példányokkal járó költségek teljes összege.

properties.totalHours

integer (int32)

Az a teljes óraszám, amelyre a költség vonatkozik.

sku

string

Erőforrás-termékváltozat

tags

object

Erőforráscímkék.

type

string

Erőforrás típusa.

ModernReservationRecommendation

Modern foglalási javaslat.

Name Típus Description
etag

string

Az erőforrás etagje.

id

string

Egy esemény teljes arm-azonosítója.

kind string:

modern

Megadja a foglalási javaslat típusát.

location

string

Erőforrás helye

name

string

Az eseményt egyedileg azonosító azonosító.

properties.costWithNoReservedInstances

amount

A költség teljes összege fenntartott példányok nélkül.

properties.firstUsageDate

string (date-time)

A visszatekintés használati dátuma.

properties.instanceFlexibilityGroup

string

A példány rugalmassági csoportja.

properties.instanceFlexibilityRatio

number

A példány rugalmassági aránya.

properties.lastUsageDate

string (date-time)

A javaslat kiszámításához használt utolsó használati dátum.

properties.location

string

Erőforrás helye.

properties.lookBackPeriod

integer (int32)

A javaslatokat visszatekintő használati napok száma.

properties.meterId

string (uuid)

A fogyasztásmérő azonosítója (GUID)

properties.netSavings

amount

Összes becsült megtakarítás fenntartott példányokkal.

properties.normalizedSize

string

A normalizált méret.

properties.recommendedQuantity

number (decimal)

Ajánlott minőség fenntartott példányokhoz.

properties.recommendedQuantityNormalized

number

Az ajánlott mennyiség normalizálva.

properties.resourceType

string

Erőforrás típusa.

properties.scope

string

Megosztott vagy egyetlen javaslat.

properties.skuName

string

Ez az ARM termékváltozat neve.

properties.skuProperties

SkuProperty[]

Termékváltozat tulajdonságainak listája

properties.term

string

A foglalás időtartama. például: P1M, P1Y vagy P3Y.

properties.totalCostWithReservedInstances

amount

A fenntartott példányokkal járó költségek teljes összege.

properties.totalHours

integer (int32)

Az a teljes óraszám, amelyre a költség vonatkozik.

sku

string

Erőforrás-termékváltozat

tags

object

Erőforráscímkék.

type

string

Erőforrás típusa.

ReservationRecommendationsListResult

Foglalási javaslatok listázásának eredménye.

Name Típus Description
nextLink

string

Az eredmények következő oldalára mutató hivatkozás (URL- cím).

previousLink

string

Az előző találati lapra mutató hivatkozás (URL- cím).

value ReservationRecommendation[]:

A foglalási javaslatok listája.

SkuProperty

A termékváltozat tulajdonság

Name Típus Description
name

string

A termékváltozat tulajdonság neve.

value

string

A termékváltozat tulajdonság értéke.