Skip to main content

images

Overview

Nameimages
TypeResource
Idazure.compute.images

Fields

NameDatatypeDescription
idstringResource Id
namestringResource name
extendedLocationobjectThe complex type of the extended location.
locationstringResource location
propertiesobjectDescribes the properties of an Image.
tagsobjectResource tags
typestringResource type

Methods

NameAccessible byRequired ParamsDescription
getSELECTimageName, resourceGroupName, subscriptionIdGets an image.
listSELECTsubscriptionIdGets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
list_by_resource_groupSELECTresourceGroupName, subscriptionIdGets the list of images under a resource group. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
create_or_updateINSERTimageName, resourceGroupName, subscriptionIdCreate or update an image.
deleteDELETEimageName, resourceGroupName, subscriptionIdDeletes an Image.
_listEXECsubscriptionIdGets the list of Images in the subscription. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
_list_by_resource_groupEXECresourceGroupName, subscriptionIdGets the list of images under a resource group. Use nextLink property in the response to get the next page of Images. Do this till nextLink is null to fetch all the Images.
updateEXECimageName, resourceGroupName, subscriptionIdUpdate an image.