Dedicated Hosts - Update
Update an dedicated host .
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/hostGroups/{hostGroupName}/hosts/{hostName}?api-version=2021-04-01
Name | In | Required | Type | Description |
---|---|---|---|---|
host
|
path | True |
string |
The name of the dedicated host group. |
host
|
path | True |
string |
The name of the dedicated host . |
resource
|
path | True |
string |
The name of the resource group. |
subscription
|
path | True |
string |
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
api-version
|
query | True |
string |
Client Api Version. |
Name | Type | Description |
---|---|---|
properties.autoReplaceOnFailure |
boolean |
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. |
properties.licenseType |
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. |
|
properties.platformFaultDomain |
integer |
Fault domain of the dedicated host within a dedicated host group. |
tags |
object |
Resource tags |
Name | Type | Description |
---|---|---|
200 OK |
OK |
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Name | Description |
---|---|
Dedicated |
Specifies information about the Dedicated host. |
Dedicated |
Represents the dedicated host unutilized capacity in terms of a specific VM size. |
Dedicated |
Dedicated host unutilized capacity. |
Dedicated |
The instance view of a dedicated host. |
Dedicated |
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. |
Dedicated |
Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated. |
Instance |
Instance view status. |
Sku |
Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name. |
Status |
The level code. |
Sub |
Specifies information about the Dedicated host.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
location |
string |
Resource location |
name |
string |
Resource name |
properties.autoReplaceOnFailure |
boolean |
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. |
properties.hostId |
string |
A unique id generated and assigned to the dedicated host by the platform. |
properties.instanceView |
The dedicated host instance view. |
|
properties.licenseType |
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. |
|
properties.platformFaultDomain |
integer |
Fault domain of the dedicated host within a dedicated host group. |
properties.provisioningState |
string |
The provisioning state, which only appears in the response. |
properties.provisioningTime |
string |
The date when the host was first provisioned. |
properties.virtualMachines |
A list of references to all virtual machines in 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. |
|
tags |
object |
Resource tags |
type |
string |
Resource type |
Represents the dedicated host unutilized capacity in terms of a specific VM size.
Name | Type | Description |
---|---|---|
count |
number |
Maximum number of VMs of size vmSize that can fit in the dedicated host's remaining capacity. |
vmSize |
string |
VM size in terms of which the unutilized capacity is represented. |
Dedicated host unutilized capacity.
Name | Type | Description |
---|---|---|
allocatableVMs |
The unutilized capacity of the dedicated host represented in terms of each VM size that is allowed to be deployed to the dedicated host. |
The instance view of a dedicated host.
Name | Type | Description |
---|---|---|
assetId |
string |
Specifies the unique id of the dedicated physical machine on which the dedicated host resides. |
availableCapacity |
Unutilized capacity of the dedicated host. |
|
statuses |
The resource status information. |
Specifies the software license type that will be applied to the VMs deployed on the dedicated host.
Possible values are:
None
Windows_Server_Hybrid
Windows_Server_Perpetual
Default: None
Value | Description |
---|---|
None | |
Windows_Server_Hybrid | |
Windows_Server_Perpetual |
Specifies information about the dedicated host. Only tags, autoReplaceOnFailure and licenseType may be updated.
Name | Type | Description |
---|---|---|
properties.autoReplaceOnFailure |
boolean |
Specifies whether the dedicated host should be replaced automatically in case of a failure. The value is defaulted to 'true' when not provided. |
properties.hostId |
string |
A unique id generated and assigned to the dedicated host by the platform. |
properties.instanceView |
The dedicated host instance view. |
|
properties.licenseType |
Specifies the software license type that will be applied to the VMs deployed on the dedicated host. |
|
properties.platformFaultDomain |
integer |
Fault domain of the dedicated host within a dedicated host group. |
properties.provisioningState |
string |
The provisioning state, which only appears in the response. |
properties.provisioningTime |
string |
The date when the host was first provisioned. |
properties.virtualMachines |
A list of references to all virtual machines in the Dedicated Host. |
|
tags |
object |
Resource tags |
Instance view status.
Name | Type | Description |
---|---|---|
code |
string |
The status code. |
displayStatus |
string |
The short localizable label for the status. |
level |
The level code. |
|
message |
string |
The detailed status message, including for alerts and error messages. |
time |
string |
The time of the status. |
Describes a virtual machine scale set sku. NOTE: If the new VM SKU is not supported on the hardware the scale set is currently on, you need to deallocate the VMs in the scale set before you modify the SKU name.
Name | Type | Description |
---|---|---|
capacity |
integer |
Specifies the number of virtual machines in the scale set. |
name |
string |
The sku name. |
tier |
string |
Specifies the tier of virtual machines in a scale set. |
The level code.
Value | Description |
---|---|
Error | |
Info | |
Warning |
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |