ExtensionValueV2 interface
Describes an Extension Metadata.
- Extends
Properties
| architecture | Architectures (x64, arms64, etc.) that this extension supports. |
| extension |
Location of the signature files for the extension. |
| extension |
The type of the Extension being received. |
| extension |
A list of locations where the extension packages can be found. |
| operating |
The operating system (Windows, Linux, etc.) this extension supports. |
| publisher | The publisher of the Extension being received. |
| version | The version of the Extension being received. |
Inherited Properties
| id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} |
| name | The name of the resource |
| system |
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
| type | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Property Details
architecture
Architectures (x64, arms64, etc.) that this extension supports.
architecture?: string[]
Property Value
string[]
extensionSignatureUri
Location of the signature files for the extension.
extensionSignatureUri?: string
Property Value
string
extensionType
The type of the Extension being received.
extensionType?: string
Property Value
string
extensionUris
A list of locations where the extension packages can be found.
extensionUris?: string[]
Property Value
string[]
operatingSystem
The operating system (Windows, Linux, etc.) this extension supports.
operatingSystem?: string
Property Value
string
publisher
The publisher of the Extension being received.
publisher?: string
Property Value
string
version
The version of the Extension being received.
version?: string
Property Value
string
Inherited Property Details
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
id?: string
Property Value
string
Inherited From ProxyResource.id
name
systemData
Azure Resource Manager metadata containing createdBy and modifiedBy information.
systemData?: SystemData
Property Value
Inherited From ProxyResource.systemData
type
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
type?: string
Property Value
string
Inherited From ProxyResource.type