LegacyReservationRecommendation interface
Legacy reservation recommendation.
- Extends
Properties
| kind | Specifies the kind of reservation recommendation. |
| properties | Properties for legacy reservation recommendation |
Inherited Properties
| etag | The etag for the resource. |
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| location | Resource location |
| name | The name of the resource |
| sku | Resource sku |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| tags | Resource tags. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
kind
Specifies the kind of reservation recommendation.
kind: "legacy"
Property Value
"legacy"
properties
Properties for legacy reservation recommendation
properties: LegacyReservationRecommendationPropertiesUnion
Property Value
Inherited Property Details
etag
The etag for the resource.
etag?: string
Property Value
string
Inherited From ReservationRecommendation.etag
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ReservationRecommendation.id
location
Resource location
location?: string
Property Value
string
Inherited From ReservationRecommendation.location
name
The name of the resource
name?: string
Property Value
string
Inherited From ReservationRecommendation.name
sku
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ReservationRecommendation.systemData
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ReservationRecommendation.tags
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ReservationRecommendation.type