VirtualMachineExtensionOutput interface
Describes a Virtual Machine Extension.
Properties
| properties | Describes the properties of a Virtual Machine Extension. |
Inherited Properties
| id | Resource Id |
| location | Resource location |
| name | Resource name |
| tags | Resource tags |
| type | Resource type |
Property Details
properties
Describes the properties of a Virtual Machine Extension.
properties?: VirtualMachineExtensionPropertiesOutput
Property Value
Inherited Property Details
id
location
Resource location
location?: string
Property Value
string
Inherited From ResourceWithOptionalLocationOutput.location
name
Resource name
name?: string
Property Value
string
Inherited From ResourceWithOptionalLocationOutput.name
tags
Resource tags
tags?: Record<string, string>
Property Value
Record<string, string>
Inherited From ResourceWithOptionalLocationOutput.tags
type
Resource type
type?: string
Property Value
string
Inherited From ResourceWithOptionalLocationOutput.type