virtual_machine_extension_images_versions
Creates, updates, deletes, gets or lists a virtual_machine_extension_images_versions
resource.
Overview
Name | virtual_machine_extension_images_versions |
Type | Resource |
Id | azure.compute.virtual_machine_extension_images_versions |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | exec | location , publisherName , type , subscriptionId | $filter , $top , $orderby | Gets a list of virtual machine extension image versions. |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
location | string | The name of a supported Azure region. |
publisherName | string | |
subscriptionId | string | Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
type | string | |
$filter | string | The filter to apply on the operation. |
$orderby | string | |
$top | integer (int32) |
Lifecycle Methods
- list
Gets a list of virtual machine extension image versions.
EXEC azure.compute.virtual_machine_extension_images_versions.list
@location='{{ location }}' --required,
@publisherName='{{ publisherName }}' --required,
@type='{{ type }}' --required,
@subscriptionId='{{ subscriptionId }}' --required,
@$filter='{{ $filter }}',
@$top='{{ $top }}',
@$orderby='{{ $orderby }}'
;