VirtualMachineScaleSetUpdate interface
Describes a Virtual Machine Scale Set.
- Extends
Properties
| identity | The identity of the virtual machine scale set, if configured. |
| plan | The purchase plan when deploying a virtual machine scale set from VM Marketplace images. |
| properties | Describes the properties of a Virtual Machine Scale Set. |
| sku | The virtual machine scale set sku. |
Inherited Properties
| tags | Resource tags |
Property Details
identity
The identity of the virtual machine scale set, if configured.
identity?: VirtualMachineScaleSetIdentity
Property Value
plan
The purchase plan when deploying a virtual machine scale set from VM Marketplace images.
plan?: Plan
Property Value
properties
Describes the properties of a Virtual Machine Scale Set.
properties?: VirtualMachineScaleSetUpdateProperties
Property Value
sku
Inherited Property Details
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From UpdateResource.tags