Skip to main content

virtual_machine_extension_images_versions

Creates, updates, deletes, gets or lists a virtual_machine_extension_images_versions resource.

Overview

Namevirtual_machine_extension_images_versions
TypeResource
Idazure.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:

NameAccessible byRequired ParamsOptional ParamsDescription
listexeclocation, publisherName, type, subscriptionId$filter, $top, $orderbyGets 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.

NameDatatypeDescription
locationstringThe name of a supported Azure region.
publisherNamestring
subscriptionIdstringSubscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
typestring
$filterstringThe filter to apply on the operation.
$orderbystring
$topinteger (int32)

Lifecycle Methods

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 }}'
;