DedicatedHostOutput interface
Specifies information about the Dedicated host.
- Extends
Properties
| properties | Properties of the dedicated host. |
| sku | SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values. |
Inherited Properties
| id | Resource Id |
| location | Resource location |
| name | Resource name |
| tags | Resource tags |
| type | Resource type |
Property Details
properties
Properties of the dedicated host.
properties?: DedicatedHostPropertiesOutput
Property Value
sku
SKU of the dedicated host for Hardware Generation and VM family. Only name is required to be set. List Microsoft.Compute SKUs for a list of possible values.
sku: SkuOutput
Property Value
Inherited Property Details
id
location
name
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags