ReservationRecommendation interface
A reservation recommendation resource.
Properties
| etag | The etag for the resource. |
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| kind | The discriminator possible values: legacy, modern |
| 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
etag
The etag for the resource.
etag?: string
Property Value
string
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
kind
The discriminator possible values: legacy, modern
kind: string
Property Value
string
location
Resource location
location?: string
Property Value
string
name
The name of the resource
name?: string
Property Value
string
sku
Resource sku
sku?: string
Property Value
string
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string