VirtualMachineScaleSetOutput interface
Describes a Virtual Machine Scale Set.
- Extends
Properties
| extended |
The extended location of the Virtual Machine Scale Set. |
| identity | The identity of the virtual machine scale set, 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 | Describes the properties of a Virtual Machine Scale Set. |
| sku | The virtual machine scale set sku. |
| zones | The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set |
Inherited Properties
| id | Resource Id |
| location | Resource location |
| name | Resource name |
| tags | Resource tags |
| type | Resource type |
Property Details
extendedLocation
The extended location of the Virtual Machine Scale Set.
extendedLocation?: ExtendedLocationOutput
Property Value
identity
The identity of the virtual machine scale set, if configured.
identity?: VirtualMachineScaleSetIdentityOutput
Property Value
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.
plan?: PlanOutput
Property Value
properties
Describes the properties of a Virtual Machine Scale Set.
properties?: VirtualMachineScaleSetPropertiesOutput
Property Value
sku
zones
The virtual machine scale set zones. NOTE: Availability zones can only be set when you create the scale set
zones?: string[]
Property Value
string[]
Inherited Property Details
id
location
name
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceOutput.tags