DedicatedHostUpdate Class
Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated.
Constructor
DedicatedHostUpdate(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
tags
|
Resource tags. |
|
properties
|
Properties of the dedicated host. |
|
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: _models.DedicatedHostProperties | None
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: _models.Sku | None