Virtual Machines - Update
The operation to update a virtual machine.
PATCH https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Compute/virtualMachines/{vmName}?api-version=2019-03-01
Name | In | Required | Type | Description |
---|---|---|---|---|
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. |
vm
|
path | True |
string |
The name of the virtual machine. |
api-version
|
query | True |
string |
Client Api Version. |
Name | Type | Description |
---|---|---|
parameters |
Parameters supplied to the Update Virtual Machine operation. |
Name | Type | Description |
---|---|---|
200 OK |
OK |
|
201 Created |
Created |
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 |
Sample request
PATCH https://management.azure.com/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM?api-version=2019-03-01
{
"properties": {
"hardwareProfile": {
"vmSize": "Standard_D2_v2"
},
"storageProfile": {
"imageReference": {
"sku": "2016-Datacenter",
"publisher": "MicrosoftWindowsServer",
"version": "latest",
"offer": "WindowsServer"
},
"osDisk": {
"caching": "ReadWrite",
"managedDisk": {
"storageAccountType": "Standard_LRS"
},
"name": "myVMosdisk",
"createOption": "FromImage"
},
"dataDisks": [
{
"diskSizeGB": 1023,
"createOption": "Empty",
"lun": 0,
"toBeDetached": true
},
{
"diskSizeGB": 1023,
"createOption": "Empty",
"lun": 1,
"toBeDetached": false
}
]
},
"osProfile": {
"adminUsername": "{your-username}",
"computerName": "myVM",
"adminPassword": "{your-password}"
},
"networkProfile": {
"networkInterfaces": [
{
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/{existing-nic-name}",
"properties": {
"primary": true
}
}
]
}
}
}
Sample response
{
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
"type": "Microsoft.Compute/virtualMachines",
"properties": {
"osProfile": {
"adminUsername": "{your-username}",
"secrets": [],
"computerName": "myVM",
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": true
}
},
"networkProfile": {
"networkInterfaces": [
{
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic",
"properties": {
"primary": true
}
}
]
},
"storageProfile": {
"imageReference": {
"sku": "2016-Datacenter",
"publisher": "MicrosoftWindowsServer",
"version": "latest",
"offer": "WindowsServer"
},
"osDisk": {
"osType": "Windows",
"caching": "ReadWrite",
"createOption": "FromImage",
"name": "myVMosdisk",
"managedDisk": {
"storageAccountType": "Standard_LRS"
}
},
"dataDisks": [
{
"caching": "None",
"managedDisk": {
"storageAccountType": "Standard_LRS"
},
"createOption": "Empty",
"lun": 0,
"diskSizeGB": 1023,
"toBeDetached": true
},
{
"caching": "None",
"managedDisk": {
"storageAccountType": "Standard_LRS"
},
"createOption": "Empty",
"lun": 1,
"diskSizeGB": 1023,
"toBeDetached": false
}
]
},
"vmId": "3906fef9-a1e5-4b83-a8a8-540858b41df0",
"hardwareProfile": {
"vmSize": "Standard_D2_v2"
},
"provisioningState": "Updating"
},
"name": "myVM",
"location": "westus"
}
{
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Compute/virtualMachines/myVM",
"type": "Microsoft.Compute/virtualMachines",
"properties": {
"osProfile": {
"adminUsername": "{your-username}",
"secrets": [],
"computerName": "myVM",
"windowsConfiguration": {
"provisionVMAgent": true,
"enableAutomaticUpdates": true
}
},
"networkProfile": {
"networkInterfaces": [
{
"id": "/subscriptions/{subscription-id}/resourceGroups/myResourceGroup/providers/Microsoft.Network/networkInterfaces/nsgExistingNic",
"properties": {
"primary": true
}
}
]
},
"storageProfile": {
"imageReference": {
"sku": "2016-Datacenter",
"publisher": "MicrosoftWindowsServer",
"version": "latest",
"offer": "WindowsServer"
},
"osDisk": {
"osType": "Windows",
"caching": "ReadWrite",
"createOption": "FromImage",
"name": "myVMosdisk",
"managedDisk": {
"storageAccountType": "Standard_LRS"
}
},
"dataDisks": [
{
"caching": "None",
"managedDisk": {
"storageAccountType": "Standard_LRS"
},
"createOption": "Empty",
"lun": 0,
"diskSizeGB": 1023,
"toBeDetached": true
},
{
"caching": "None",
"managedDisk": {
"storageAccountType": "Standard_LRS"
},
"createOption": "Empty",
"lun": 1,
"diskSizeGB": 1023,
"toBeDetached": false
}
]
},
"vmId": "3906fef9-a1e5-4b83-a8a8-540858b41df0",
"hardwareProfile": {
"vmSize": "Standard_D2_v2"
},
"provisioningState": "Updating"
},
"name": "myVM",
"location": "westus"
}
Name | Description |
---|---|
Additional |
Specifies additional capabilities enabled or disabled on the virtual machine. |
Additional |
Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. |
Billing |
Specifies the billing related details of a Azure Spot virtual machine. |
Boot |
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. |
Boot |
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. |
Caching |
Specifies the caching requirements. |
Component |
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. |
Data |
Specifies the parameters that are used to add a data disk to a virtual machine. |
Diagnostics |
Specifies the boot diagnostic settings state. |
Diff |
Specifies the ephemeral disk settings for operating system disk. |
Diff |
Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. |
Disk |
Specifies how the virtual machine should be created. |
Disk |
Specifies the encryption settings for the OS Disk. |
Disk |
The virtual machine disk information. |
Hardware |
Specifies the hardware settings for the virtual machine. |
Hyper |
Specifies the HyperVGeneration Type associated with a resource |
Image |
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. |
Instance |
Instance view status. |
Key |
Specifies the location of the key encryption key in Key Vault. |
Key |
Specifies the location of the disk encryption key, which is a Key Vault Secret. |
Linux |
Specifies the Linux operating system settings on the virtual machine. |
Maintenance |
The Last Maintenance Operation Result Code. |
Maintenance |
The Maintenance Operation status on the virtual machine. |
Managed |
The managed disk parameters. |
Network |
Specifies the list of resource Ids for the network interfaces associated with the virtual machine. |
Network |
Specifies the network interfaces of the virtual machine. |
Operating |
The Operating System type. |
OSDisk |
Specifies information about the operating system disk used by the virtual machine. |
OSProfile |
Specifies the operating system settings for the virtual machine. |
Pass |
The pass name. Currently, the only allowable value is OobeSystem. |
Plan |
Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. |
Protocol |
Specifies the protocol of listener. |
Resource |
The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine. |
Setting |
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. |
Ssh |
Specifies the ssh key configuration for a Linux OS. |
Ssh |
The list of SSH public keys used to authenticate with linux based VMs. |
Status |
The level code. |
Storage |
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. |
Storage |
Specifies the storage settings for the virtual machine disks. |
Sub |
|
User |
The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
Vault |
The list of key vault references in SourceVault which contain certificates. |
Vault |
Specifies set of certificates that should be installed onto the virtual machine. |
Virtual |
The virtual hard disk. |
Virtual |
Describes a Virtual Machine. |
Virtual |
The VM Agent running on the virtual machine. |
Virtual |
Specifies the eviction policy for the Azure Spot virtual machine. Only supported value is 'Deallocate'. |
Virtual |
The virtual machine child extension resources. |
Virtual |
The virtual machine extension handler instance view. |
Virtual |
The virtual machine extension instance view. |
Virtual |
The identity of the virtual machine, if configured. |
Virtual |
The virtual machine instance view. |
Virtual |
Specifies the priority for the virtual machine. |
Virtual |
Specifies the size of the virtual machine. For more information about virtual machine sizes, see Sizes for virtual machines. |
Virtual |
Parameters supplied to the Update Virtual Machine operation. |
Windows |
Specifies Windows operating system settings on the virtual machine. |
Win |
Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell. |
Win |
The list of Windows Remote Management listeners |
Specifies additional capabilities enabled or disabled on the virtual machine.
Name | Type | Description |
---|---|---|
ultraSSDEnabled |
boolean |
The flag that enables or disables a capability to have one or more managed data disks with UltraSSD_LRS storage account type on the VM or VMSS. Managed disks with storage account type UltraSSD_LRS can be added to a virtual machine or virtual machine scale set only if this property is enabled. |
Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup.
Name | Type | Description |
---|---|---|
componentName |
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup. |
|
content |
string |
Specifies the XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less than 4KB and must include the root element for the setting or feature that is being inserted. |
passName |
The pass name. Currently, the only allowable value is OobeSystem. |
|
settingName |
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon. |
Specifies the billing related details of a Azure Spot virtual machine.
Minimum api-version: 2019-03-01.
Name | Type | Description |
---|---|---|
maxPrice |
number |
Specifies the maximum price you are willing to pay for a Azure Spot VM/VMSS. This price is in US Dollars. |
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
You can easily view the output of your console log.
Azure also enables you to see a screenshot of the VM from the hypervisor.
Name | Type | Description |
---|---|---|
enabled |
boolean |
Whether boot diagnostics should be enabled on the Virtual Machine. |
storageUri |
string |
Uri of the storage account to use for placing the console output and screenshot. |
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status.
You can easily view the output of your console log.
Azure also enables you to see a screenshot of the VM from the hypervisor.
Name | Type | Description |
---|---|---|
consoleScreenshotBlobUri |
string |
The console screenshot blob URI. |
serialConsoleLogBlobUri |
string |
The Linux serial console log blob Uri. |
status |
The boot diagnostics status information for the VM. |
Specifies the caching requirements.
Possible values are:
None
ReadOnly
ReadWrite
Default: None for Standard storage. ReadOnly for Premium storage
Value | Description |
---|---|
None | |
ReadOnly | |
ReadWrite |
The component name. Currently, the only allowable value is Microsoft-Windows-Shell-Setup.
Value | Description |
---|---|
Microsoft-Windows-Shell-Setup |
Specifies the parameters that are used to add a data disk to a virtual machine.
For more information about disks, see About disks and VHDs for Azure virtual machines.
Name | Type | Description |
---|---|---|
caching |
Specifies the caching requirements. |
|
createOption |
Specifies how the virtual machine should be created. |
|
diskSizeGB |
integer |
Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. |
image |
The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. |
|
lun |
integer |
Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. |
managedDisk |
The managed disk parameters. |
|
name |
string |
The disk name. |
toBeDetached |
boolean |
Specifies whether the data disk is in process of detachment from the VirtualMachine/VirtualMachineScaleset |
vhd |
The virtual hard disk. |
|
writeAcceleratorEnabled |
boolean |
Specifies whether writeAccelerator should be enabled or disabled on the disk. |
Specifies the boot diagnostic settings state.
Minimum api-version: 2015-06-15.
Name | Type | Description |
---|---|---|
bootDiagnostics |
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. |
Specifies the ephemeral disk settings for operating system disk.
Value | Description |
---|---|
Local |
Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine.
Name | Type | Description |
---|---|---|
option |
Specifies the ephemeral disk settings for operating system disk. |
Specifies how the virtual machine should be created.
Possible values are:
Attach \u2013 This value is used when you are using a specialized disk to create the virtual machine.
FromImage \u2013 This value is used when you are using an image to create the virtual machine. If you are using a platform image, you also use the imageReference element described above. If you are using a marketplace image, you also use the plan element previously described.
Value | Description |
---|---|
Attach | |
Empty | |
FromImage |
Specifies the encryption settings for the OS Disk.
Minimum api-version: 2015-06-15
Name | Type | Description |
---|---|---|
diskEncryptionKey |
Specifies the location of the disk encryption key, which is a Key Vault Secret. |
|
enabled |
boolean |
Specifies whether disk encryption should be enabled on the virtual machine. |
keyEncryptionKey |
Specifies the location of the key encryption key in Key Vault. |
The virtual machine disk information.
Name | Type | Description |
---|---|---|
encryptionSettings |
Specifies the encryption settings for the OS Disk. |
|
name |
string |
The disk name. |
statuses |
The resource status information. |
Specifies the hardware settings for the virtual machine.
Name | Type | Description |
---|---|---|
vmSize |
Specifies the size of the virtual machine. For more information about virtual machine sizes, see Sizes for virtual machines. |
Specifies the HyperVGeneration Type associated with a resource
Value | Description |
---|---|
V1 | |
V2 |
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
offer |
string |
Specifies the offer of the platform image or marketplace image used to create the virtual machine. |
publisher |
string |
The image publisher. |
sku |
string |
The image SKU. |
version |
string |
Specifies the version of the platform image or marketplace image used to create the virtual machine. The allowed formats are Major.Minor.Build or 'latest'. Major, Minor, and Build are decimal numbers. Specify 'latest' to use the latest version of an image available at deploy time. Even if you use 'latest', the VM image will not automatically update after deploy time even if a new version becomes available. |
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. |
Specifies the location of the key encryption key in Key Vault.
Name | Type | Description |
---|---|---|
keyUrl |
string |
The URL referencing a key encryption key in Key Vault. |
sourceVault |
The relative URL of the Key Vault containing the key. |
Specifies the location of the disk encryption key, which is a Key Vault Secret.
Name | Type | Description |
---|---|---|
secretUrl |
string |
The URL referencing a secret in a Key Vault. |
sourceVault |
The relative URL of the Key Vault containing the secret. |
Specifies the Linux operating system settings on the virtual machine.
For a list of supported Linux distributions, see Linux on Azure-Endorsed Distributions
For running non-endorsed distributions, see Information for Non-Endorsed Distributions.
Name | Type | Description |
---|---|---|
disablePasswordAuthentication |
boolean |
Specifies whether password authentication should be disabled. |
provisionVMAgent |
boolean |
Indicates whether virtual machine agent should be provisioned on the virtual machine. |
ssh |
Specifies the ssh key configuration for a Linux OS. |
The Last Maintenance Operation Result Code.
Value | Description |
---|---|
MaintenanceAborted | |
MaintenanceCompleted | |
None | |
RetryLater |
The Maintenance Operation status on the virtual machine.
Name | Type | Description |
---|---|---|
isCustomerInitiatedMaintenanceAllowed |
boolean |
True, if customer is allowed to perform Maintenance. |
lastOperationMessage |
string |
Message returned for the last Maintenance Operation. |
lastOperationResultCode |
The Last Maintenance Operation Result Code. |
|
maintenanceWindowEndTime |
string |
End Time for the Maintenance Window. |
maintenanceWindowStartTime |
string |
Start Time for the Maintenance Window. |
preMaintenanceWindowEndTime |
string |
End Time for the Pre Maintenance Window. |
preMaintenanceWindowStartTime |
string |
Start Time for the Pre Maintenance Window. |
The managed disk parameters.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
storageAccountType |
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk. |
Specifies the list of resource Ids for the network interfaces associated with the virtual machine.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
properties.primary |
boolean |
Specifies the primary network interface in case the virtual machine has more than 1 network interface. |
Specifies the network interfaces of the virtual machine.
Name | Type | Description |
---|---|---|
networkInterfaces |
Specifies the list of resource Ids for the network interfaces associated with the virtual machine. |
The Operating System type.
Value | Description |
---|---|
Linux | |
Windows |
Specifies information about the operating system disk used by the virtual machine.
For more information about disks, see About disks and VHDs for Azure virtual machines.
Name | Type | Description |
---|---|---|
caching |
Specifies the caching requirements. |
|
createOption |
Specifies how the virtual machine should be created. |
|
diffDiskSettings |
Specifies the ephemeral Disk Settings for the operating system disk used by the virtual machine. |
|
diskSizeGB |
integer |
Specifies the size of an empty data disk in gigabytes. This element can be used to overwrite the size of the disk in a virtual machine image. |
encryptionSettings |
Specifies the encryption settings for the OS Disk. |
|
image |
The source user image virtual hard disk. The virtual hard disk will be copied before being attached to the virtual machine. If SourceImage is provided, the destination virtual hard drive must not exist. |
|
managedDisk |
The managed disk parameters. |
|
name |
string |
The disk name. |
osType |
This property allows you to specify the type of the OS that is included in the disk if creating a VM from user-image or a specialized VHD. |
|
vhd |
The virtual hard disk. |
|
writeAcceleratorEnabled |
boolean |
Specifies whether writeAccelerator should be enabled or disabled on the disk. |
Specifies the operating system settings for the virtual machine.
Name | Type | Description |
---|---|---|
adminPassword |
string |
Specifies the password of the administrator account. |
adminUsername |
string |
Specifies the name of the administrator account. |
allowExtensionOperations |
boolean |
Specifies whether extension operations should be allowed on the virtual machine. |
computerName |
string |
Specifies the host OS name of the virtual machine. |
customData |
string |
Specifies a base-64 encoded string of custom data. The base-64 encoded string is decoded to a binary array that is saved as a file on the Virtual Machine. The maximum length of the binary array is 65535 bytes. |
linuxConfiguration |
Specifies the Linux operating system settings on the virtual machine. |
|
requireGuestProvisionSignal |
boolean |
Specifies whether the guest provision signal is required from the virtual machine. |
secrets |
Specifies set of certificates that should be installed onto the virtual machine. |
|
windowsConfiguration |
Specifies Windows operating system settings on the virtual machine. |
The pass name. Currently, the only allowable value is OobeSystem.
Value | Description |
---|---|
OobeSystem |
Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save.
Name | Type | Description |
---|---|---|
name |
string |
The plan ID. |
product |
string |
Specifies the product of the image from the marketplace. This is the same value as Offer under the imageReference element. |
promotionCode |
string |
The promotion code. |
publisher |
string |
The publisher ID. |
Specifies the protocol of listener.
Possible values are:
http
https
Value | Description |
---|---|
Http | |
Https |
The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine.
Value | Description |
---|---|
None | |
SystemAssigned | |
SystemAssigned, UserAssigned | |
UserAssigned |
Specifies the name of the setting to which the content applies. Possible values are: FirstLogonCommands and AutoLogon.
Value | Description |
---|---|
AutoLogon | |
FirstLogonCommands |
Specifies the ssh key configuration for a Linux OS.
Name | Type | Description |
---|---|---|
publicKeys |
The list of SSH public keys used to authenticate with linux based VMs. |
The list of SSH public keys used to authenticate with linux based VMs.
Name | Type | Description |
---|---|---|
keyData |
string |
SSH public key certificate used to authenticate with the VM through ssh. The key needs to be at least 2048-bit and in ssh-rsa format. |
path |
string |
Specifies the full path on the created VM where ssh public key is stored. If the file already exists, the specified key is appended to the file. Example: /home/user/.ssh/authorized_keys |
The level code.
Value | Description |
---|---|
Error | |
Info | |
Warning |
Specifies the storage account type for the managed disk. NOTE: UltraSSD_LRS can only be used with data disks, it cannot be used with OS Disk.
Value | Description |
---|---|
Premium_LRS | |
StandardSSD_LRS | |
Standard_LRS | |
UltraSSD_LRS |
Specifies the storage settings for the virtual machine disks.
Name | Type | Description |
---|---|---|
dataDisks |
Data |
Specifies the parameters that are used to add a data disk to a virtual machine. |
imageReference |
Specifies information about the image to use. You can specify information about platform images, marketplace images, or virtual machine images. This element is required when you want to use a platform image, marketplace image, or virtual machine image, but is not used in other creation operations. |
|
osDisk |
Specifies information about the operating system disk used by the virtual machine. |
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
Name | Type | Description |
---|---|---|
|
The list of key vault references in SourceVault which contain certificates.
Name | Type | Description |
---|---|---|
certificateStore |
string |
For Windows VMs, specifies the certificate store on the Virtual Machine to which the certificate should be added. The specified certificate store is implicitly in the LocalMachine account. |
certificateUrl |
string |
This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: |
Specifies set of certificates that should be installed onto the virtual machine.
Name | Type | Description |
---|---|---|
sourceVault |
The relative URL of the Key Vault containing all of the certificates in VaultCertificates. |
|
vaultCertificates |
The list of key vault references in SourceVault which contain certificates. |
The virtual hard disk.
Name | Type | Description |
---|---|---|
uri |
string |
Specifies the virtual hard disk's uri. |
Describes a Virtual Machine.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
identity |
The identity of the virtual machine, if configured. |
|
location |
string |
Resource location |
name |
string |
Resource name |
plan |
Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. |
|
properties.additionalCapabilities |
Specifies additional capabilities enabled or disabled on the virtual machine. |
|
properties.availabilitySet |
Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Manage the availability of virtual machines. |
|
properties.billingProfile |
Specifies the billing related details of a Azure Spot virtual machine. |
|
properties.diagnosticsProfile |
Specifies the boot diagnostic settings state. |
|
properties.evictionPolicy |
Specifies the eviction policy for the Azure Spot virtual machine. Only supported value is 'Deallocate'. |
|
properties.hardwareProfile |
Specifies the hardware settings for the virtual machine. |
|
properties.host |
Specifies information about the dedicated host that the virtual machine resides in. |
|
properties.instanceView |
The virtual machine instance view. |
|
properties.licenseType |
string |
Specifies that the image or disk that is being used was licensed on-premises. This element is only used for images that contain the Windows Server operating system. |
properties.networkProfile |
Specifies the network interfaces of the virtual machine. |
|
properties.osProfile |
Specifies the operating system settings for the virtual machine. |
|
properties.priority |
Specifies the priority for the virtual machine. |
|
properties.provisioningState |
string |
The provisioning state, which only appears in the response. |
properties.proximityPlacementGroup |
Specifies information about the proximity placement group that the virtual machine should be assigned to. |
|
properties.storageProfile |
Specifies the storage settings for the virtual machine disks. |
|
properties.virtualMachineScaleSet |
Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. |
|
properties.vmId |
string |
Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. |
resources |
The virtual machine child extension resources. |
|
tags |
object |
Resource tags |
type |
string |
Resource type |
zones |
string[] |
The virtual machine zones. |
The VM Agent running on the virtual machine.
Name | Type | Description |
---|---|---|
extensionHandlers |
The virtual machine extension handler instance view. |
|
statuses |
The resource status information. |
|
vmAgentVersion |
string |
The VM Agent full version. |
Specifies the eviction policy for the Azure Spot virtual machine. Only supported value is 'Deallocate'.
Minimum api-version: 2019-03-01
Value | Description |
---|---|
Deallocate | |
Delete |
The virtual machine child extension resources.
Name | Type | Description |
---|---|---|
id |
string |
Resource Id |
location |
string |
Resource location |
name |
string |
Resource name |
properties.autoUpgradeMinorVersion |
boolean |
Indicates whether the extension should use a newer minor version if one is available at deployment time. Once deployed, however, the extension will not upgrade minor versions unless redeployed, even with this property set to true. |
properties.forceUpdateTag |
string |
How the extension handler should be forced to update even if the extension configuration has not changed. |
properties.instanceView |
The virtual machine extension instance view. |
|
properties.protectedSettings |
object |
The extension can contain either protectedSettings or protectedSettingsFromKeyVault or no protected settings at all. |
properties.provisioningState |
string |
The provisioning state, which only appears in the response. |
properties.publisher |
string |
The name of the extension handler publisher. |
properties.settings |
object |
Json formatted public settings for the extension. |
properties.type |
string |
Specifies the type of the extension; an example is "CustomScriptExtension". |
properties.typeHandlerVersion |
string |
Specifies the version of the script handler. |
tags |
object |
Resource tags |
type |
string |
Resource type |
The virtual machine extension handler instance view.
Name | Type | Description |
---|---|---|
status |
The extension handler status. |
|
type |
string |
Specifies the type of the extension; an example is "CustomScriptExtension". |
typeHandlerVersion |
string |
Specifies the version of the script handler. |
The virtual machine extension instance view.
Name | Type | Description |
---|---|---|
name |
string |
The virtual machine extension name. |
statuses |
The resource status information. |
|
substatuses |
The resource status information. |
|
type |
string |
Specifies the type of the extension; an example is "CustomScriptExtension". |
typeHandlerVersion |
string |
Specifies the version of the script handler. |
The identity of the virtual machine, if configured.
Name | Type | Description |
---|---|---|
principalId |
string |
The principal id of virtual machine identity. This property will only be provided for a system assigned identity. |
tenantId |
string |
The tenant id associated with the virtual machine. This property will only be provided for a system assigned identity. |
type |
The type of identity used for the virtual machine. The type 'SystemAssigned, UserAssigned' includes both an implicitly created identity and a set of user assigned identities. The type 'None' will remove any identities from the virtual machine. |
|
userAssignedIdentities |
The list of user identities associated with the Virtual Machine. The user identity dictionary key references will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'. |
The virtual machine instance view.
Name | Type | Description |
---|---|---|
bootDiagnostics |
Boot Diagnostics is a debugging feature which allows you to view Console Output and Screenshot to diagnose VM status. |
|
computerName |
string |
The computer name assigned to the virtual machine. |
disks |
The virtual machine disk information. |
|
extensions |
The extensions information. |
|
hyperVGeneration |
Specifies the HyperVGeneration Type associated with a resource |
|
maintenanceRedeployStatus |
The Maintenance Operation status on the virtual machine. |
|
osName |
string |
The Operating System running on the virtual machine. |
osVersion |
string |
The version of Operating System running on the virtual machine. |
platformFaultDomain |
integer |
Specifies the fault domain of the virtual machine. |
platformUpdateDomain |
integer |
Specifies the update domain of the virtual machine. |
rdpThumbPrint |
string |
The Remote desktop certificate thumbprint. |
statuses |
The resource status information. |
|
vmAgent |
The VM Agent running on the virtual machine. |
Specifies the priority for the virtual machine.
Minimum api-version: 2019-03-01
Value | Description |
---|---|
Low | |
Regular | |
Spot |
Specifies the size of the virtual machine. For more information about virtual machine sizes, see Sizes for virtual machines.
The available VM sizes depend on region and availability set. For a list of available sizes use these APIs:
List all available virtual machine sizes in an availability set
List all available virtual machine sizes in a region
List all available virtual machine sizes for resizing
Value | Description |
---|---|
Basic_A0 | |
Basic_A1 | |
Basic_A2 | |
Basic_A3 | |
Basic_A4 | |
Standard_A0 | |
Standard_A1 | |
Standard_A10 | |
Standard_A11 | |
Standard_A1_v2 | |
Standard_A2 | |
Standard_A2_v2 | |
Standard_A2m_v2 | |
Standard_A3 | |
Standard_A4 | |
Standard_A4_v2 | |
Standard_A4m_v2 | |
Standard_A5 | |
Standard_A6 | |
Standard_A7 | |
Standard_A8 | |
Standard_A8_v2 | |
Standard_A8m_v2 | |
Standard_A9 | |
Standard_B1ms | |
Standard_B1s | |
Standard_B2ms | |
Standard_B2s | |
Standard_B4ms | |
Standard_B8ms | |
Standard_D1 | |
Standard_D11 | |
Standard_D11_v2 | |
Standard_D12 | |
Standard_D12_v2 | |
Standard_D13 | |
Standard_D13_v2 | |
Standard_D14 | |
Standard_D14_v2 | |
Standard_D15_v2 | |
Standard_D16_v3 | |
Standard_D16s_v3 | |
Standard_D1_v2 | |
Standard_D2 | |
Standard_D2_v2 | |
Standard_D2_v3 | |
Standard_D2s_v3 | |
Standard_D3 | |
Standard_D32_v3 | |
Standard_D32s_v3 | |
Standard_D3_v2 | |
Standard_D4 | |
Standard_D4_v2 | |
Standard_D4_v3 | |
Standard_D4s_v3 | |
Standard_D5_v2 | |
Standard_D64_v3 | |
Standard_D64s_v3 | |
Standard_D8_v3 | |
Standard_D8s_v3 | |
Standard_DS1 | |
Standard_DS11 | |
Standard_DS11_v2 | |
Standard_DS12 | |
Standard_DS12_v2 | |
Standard_DS13 | |
Standard_DS13-2_v2 | |
Standard_DS13-4_v2 | |
Standard_DS13_v2 | |
Standard_DS14 | |
Standard_DS14-4_v2 | |
Standard_DS14-8_v2 | |
Standard_DS14_v2 | |
Standard_DS15_v2 | |
Standard_DS1_v2 | |
Standard_DS2 | |
Standard_DS2_v2 | |
Standard_DS3 | |
Standard_DS3_v2 | |
Standard_DS4 | |
Standard_DS4_v2 | |
Standard_DS5_v2 | |
Standard_E16_v3 | |
Standard_E16s_v3 | |
Standard_E2_v3 | |
Standard_E2s_v3 | |
Standard_E32-16_v3 | |
Standard_E32-8s_v3 | |
Standard_E32_v3 | |
Standard_E32s_v3 | |
Standard_E4_v3 | |
Standard_E4s_v3 | |
Standard_E64-16s_v3 | |
Standard_E64-32s_v3 | |
Standard_E64_v3 | |
Standard_E64s_v3 | |
Standard_E8_v3 | |
Standard_E8s_v3 | |
Standard_F1 | |
Standard_F16 | |
Standard_F16s | |
Standard_F16s_v2 | |
Standard_F1s | |
Standard_F2 | |
Standard_F2s | |
Standard_F2s_v2 | |
Standard_F32s_v2 | |
Standard_F4 | |
Standard_F4s | |
Standard_F4s_v2 | |
Standard_F64s_v2 | |
Standard_F72s_v2 | |
Standard_F8 | |
Standard_F8s | |
Standard_F8s_v2 | |
Standard_G1 | |
Standard_G2 | |
Standard_G3 | |
Standard_G4 | |
Standard_G5 | |
Standard_GS1 | |
Standard_GS2 | |
Standard_GS3 | |
Standard_GS4 | |
Standard_GS4-4 | |
Standard_GS4-8 | |
Standard_GS5 | |
Standard_GS5-16 | |
Standard_GS5-8 | |
Standard_H16 | |
Standard_H16m | |
Standard_H16mr | |
Standard_H16r | |
Standard_H8 | |
Standard_H8m | |
Standard_L16s | |
Standard_L32s | |
Standard_L4s | |
Standard_L8s | |
Standard_M128-32ms | |
Standard_M128-64ms | |
Standard_M128ms | |
Standard_M128s | |
Standard_M64-16ms | |
Standard_M64-32ms | |
Standard_M64ms | |
Standard_M64s | |
Standard_NC12 | |
Standard_NC12s_v2 | |
Standard_NC12s_v3 | |
Standard_NC24 | |
Standard_NC24r | |
Standard_NC24rs_v2 | |
Standard_NC24rs_v3 | |
Standard_NC24s_v2 | |
Standard_NC24s_v3 | |
Standard_NC6 | |
Standard_NC6s_v2 | |
Standard_NC6s_v3 | |
Standard_ND12s | |
Standard_ND24rs | |
Standard_ND24s | |
Standard_ND6s | |
Standard_NV12 | |
Standard_NV24 | |
Standard_NV6 |
Parameters supplied to the Update Virtual Machine operation.
Name | Type | Description |
---|---|---|
identity |
The identity of the virtual machine, if configured. |
|
plan |
Specifies information about the marketplace image used to create the virtual machine. This element is only used for marketplace images. Before you can use a marketplace image from an API, you must enable the image for programmatic use. In the Azure portal, find the marketplace image that you want to use and then click Want to deploy programmatically, Get Started ->. Enter any required information and then click Save. |
|
properties.additionalCapabilities |
Specifies additional capabilities enabled or disabled on the virtual machine. |
|
properties.availabilitySet |
Specifies information about the availability set that the virtual machine should be assigned to. Virtual machines specified in the same availability set are allocated to different nodes to maximize availability. For more information about availability sets, see Manage the availability of virtual machines. |
|
properties.billingProfile |
Specifies the billing related details of a Azure Spot virtual machine. |
|
properties.diagnosticsProfile |
Specifies the boot diagnostic settings state. |
|
properties.evictionPolicy |
Specifies the eviction policy for the Azure Spot virtual machine. Only supported value is 'Deallocate'. |
|
properties.hardwareProfile |
Specifies the hardware settings for the virtual machine. |
|
properties.host |
Specifies information about the dedicated host that the virtual machine resides in. |
|
properties.instanceView |
The virtual machine instance view. |
|
properties.licenseType |
string |
Specifies that the image or disk that is being used was licensed on-premises. This element is only used for images that contain the Windows Server operating system. |
properties.networkProfile |
Specifies the network interfaces of the virtual machine. |
|
properties.osProfile |
Specifies the operating system settings for the virtual machine. |
|
properties.priority |
Specifies the priority for the virtual machine. |
|
properties.provisioningState |
string |
The provisioning state, which only appears in the response. |
properties.proximityPlacementGroup |
Specifies information about the proximity placement group that the virtual machine should be assigned to. |
|
properties.storageProfile |
Specifies the storage settings for the virtual machine disks. |
|
properties.virtualMachineScaleSet |
Specifies information about the virtual machine scale set that the virtual machine should be assigned to. Virtual machines specified in the same virtual machine scale set are allocated to different nodes to maximize availability. Currently, a VM can only be added to virtual machine scale set at creation time. An existing VM cannot be added to a virtual machine scale set. |
|
properties.vmId |
string |
Specifies the VM unique ID which is a 128-bits identifier that is encoded and stored in all Azure IaaS VMs SMBIOS and can be read using platform BIOS commands. |
tags |
object |
Resource tags |
zones |
string[] |
The virtual machine zones. |
Specifies Windows operating system settings on the virtual machine.
Name | Type | Description |
---|---|---|
additionalUnattendContent |
Specifies additional base-64 encoded XML formatted information that can be included in the Unattend.xml file, which is used by Windows Setup. |
|
enableAutomaticUpdates |
boolean |
Indicates whether Automatic Updates is enabled for the Windows virtual machine. Default value is true. |
provisionVMAgent |
boolean |
Indicates whether virtual machine agent should be provisioned on the virtual machine. |
timeZone |
string |
Specifies the time zone of the virtual machine. e.g. "Pacific Standard Time" |
winRM |
Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell. |
Specifies the Windows Remote Management listeners. This enables remote Windows PowerShell.
Name | Type | Description |
---|---|---|
listeners |
The list of Windows Remote Management listeners |
The list of Windows Remote Management listeners
Name | Type | Description |
---|---|---|
certificateUrl |
string |
This is the URL of a certificate that has been uploaded to Key Vault as a secret. For adding a secret to the Key Vault, see Add a key or secret to the key vault. In this case, your certificate needs to be It is the Base64 encoding of the following JSON Object which is encoded in UTF-8: |
protocol |
Specifies the protocol of listener. |