ExtendedProductProperties interface
Product information.
- Extends
Inherited Properties
compute |
Specifies kind of compute role included in the package. NOTE: This property will not be serialized. It can only be populated by the server. |
data |
List of attached data disks. NOTE: This property will not be serialized. It can only be populated by the server. |
is |
Specifies if product is a Virtual Machine Extension. NOTE: This property will not be serialized. It can only be populated by the server. |
os |
OS disk image used by product. NOTE: This property will not be serialized. It can only be populated by the server. |
support |
Indicates if specified product supports multiple extensions. NOTE: This property will not be serialized. It can only be populated by the server. |
uri | The URI. NOTE: This property will not be serialized. It can only be populated by the server. |
version | Specifies product version. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Specifies operating system used by the product. NOTE: This property will not be serialized. It can only be populated by the server. |
vm |
Indicates if virtual machine Scale Set is enabled in the specified product. NOTE: This property will not be serialized. It can only be populated by the server. |
Inherited Property Details
computeRole
Specifies kind of compute role included in the package. NOTE: This property will not be serialized. It can only be populated by the server.
computeRole?: string
Property Value
string
Inherited From VirtualMachineExtensionProductProperties.computeRole
dataDiskImages
List of attached data disks. NOTE: This property will not be serialized. It can only be populated by the server.
dataDiskImages?: DataDiskImage[]
Property Value
Inherited From VirtualMachineProductProperties.dataDiskImages
isSystemExtension
Specifies if product is a Virtual Machine Extension. NOTE: This property will not be serialized. It can only be populated by the server.
isSystemExtension?: boolean
Property Value
boolean
Inherited From VirtualMachineExtensionProductProperties.isSystemExtension
osDiskImage
OS disk image used by product. NOTE: This property will not be serialized. It can only be populated by the server.
osDiskImage?: OsDiskImage
Property Value
Inherited From VirtualMachineProductProperties.osDiskImage
supportMultipleExtensions
Indicates if specified product supports multiple extensions. NOTE: This property will not be serialized. It can only be populated by the server.
supportMultipleExtensions?: boolean
Property Value
boolean
Inherited From VirtualMachineExtensionProductProperties.supportMultipleExtensions
uri
The URI. NOTE: This property will not be serialized. It can only be populated by the server.
uri?: string
Property Value
string
Inherited From VirtualMachineExtensionProductProperties.uri
version
Specifies product version. NOTE: This property will not be serialized. It can only be populated by the server.
version?: string
Property Value
string
Inherited From VirtualMachineProductProperties.version
vmOsType
Specifies operating system used by the product. NOTE: This property will not be serialized. It can only be populated by the server.
vmOsType?: string
Property Value
string
Inherited From VirtualMachineExtensionProductProperties.vmOsType
vmScaleSetEnabled
Indicates if virtual machine Scale Set is enabled in the specified product. NOTE: This property will not be serialized. It can only be populated by the server.
vmScaleSetEnabled?: boolean
Property Value
boolean
Inherited From VirtualMachineExtensionProductProperties.vmScaleSetEnabled
Azure SDK for JavaScript