Description | : Gets information about the VM image templates associated with the subscription. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.VirtualMachineImages/imageTemplates
{
subscriptionId:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
source:
{
,
type:
string
,
}
customize:
[
]
,
{
,
type:
string
,
name:
string
,
}
distribute:
[
]
,
{
,
type:
string
,
runOutputName:
string
,
artifactTags:
object
,
}
provisioningState:
enum
,
provisioningError:
{
,
provisioningErrorCode:
enum
,
message:
string
,
}
lastRunStatus:
}
{
,
startTime:
string
,
endTime:
string
,
runState:
enum
,
runSubState:
enum
,
message:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
details:
[
]
,
{
,
code:
string
,
target:
string
,
message:
string
,
}
innererror:
{
,
exceptiontype:
string
,
errordetail:
string
,
}
code:
string
,
target:
string
,
message:
string
,
}