DedicatedHostUpdate Class
Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated.
Constructor
DedicatedHostUpdate()
Variables
| Name | Description |
|---|---|
|
tags
|
Resource tags. |
|
properties
|
<xref:<xref:"DedicatedHostProperties">>
Properties of the dedicated host. |
|
sku
|
<xref:<xref:"Sku">>
[List all available dedicated host sizes for resizing] (https://docs.microsoft.com/rest/api/compute/dedicated-hosts/listavailablesizes). Resizing can be only used to scale up DedicatedHost. Only name is required to be set. |
Attributes
properties
Properties of the dedicated host.
properties: DedicatedHostProperties
sku
[List all available dedicated host sizes for resizing] (https://docs.microsoft.com/rest/api/compute/dedicated-hosts/listavailablesizes). Resizing can be only used to scale up DedicatedHost. Only name is required to be set.
sku: Sku
tags
tags: dict[str, str]