Microsoft.Compute galleries 2018-06-01
Template format
To create a Microsoft.Compute/galleries resource, add the following JSON to the resources section of your template.
{
"name": "string",
"type": "Microsoft.Compute/galleries",
"apiVersion": "2018-06-01",
"location": "string",
"tags": {},
"properties": {
"description": "string",
"identifier": {}
},
"resources": []
}
Property values
The following tables describe the values you need to set in the schema.
Microsoft.Compute/galleries object
Name | Type | Required | Value |
---|---|---|---|
name | string | Yes | The name of the Shared Image Gallery. The allowed characters are alphabets and numbers with dots and periods allowed in the middle. The maximum length is 80 characters. |
type | enum | Yes | Microsoft.Compute/galleries |
apiVersion | enum | Yes | 2018-06-01 |
location | string | Yes | Resource location |
tags | object | No | Resource tags |
properties | object | Yes | GalleryProperties object |
resources | array | No | images |
GalleryProperties object
Name | Type | Required | Value |
---|---|---|---|
description | string | No | The description of this Shared Image Gallery resource. This property is updatable. |
identifier | object | No | GalleryIdentifier object |
Quickstart templates
The following quickstart templates deploy this resource type.
Template | Description |
---|---|
Create a Shared Image Gallery |
This template allows you to create a Shared Image Gallery. |
Create a Shared Image Gallery |
This module allows you to create a Shared Image Gallery. |