Microsoft.LabServices labaccounts

ARM template resource definition

The labaccounts resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.LabServices/labaccounts resource, add the following JSON to your template.

{
  "type": "Microsoft.LabServices/labaccounts",
  "apiVersion": "2018-10-15",
  "name": "string",
  "location": "string",
  "tags": {
    "tagName1": "tagValue1",
    "tagName2": "tagValue2"
  },
  "properties": {
    "enabledRegionSelection": "bool",
    "provisioningState": "string",
    "uniqueIdentifier": "string"
  }
}

Property values

labaccounts

Name Description Value
type The resource type 'Microsoft.LabServices/labaccounts'
apiVersion The resource api version '2018-10-15'
name The resource name string (required)
location The location of the resource. string
tags The tags of the resource. Dictionary of tag names and values. See Tags in templates
properties The properties of the resource. LabAccountProperties

LabAccountProperties

Name Description Value
enabledRegionSelection Represents if region selection is enabled bool
provisioningState The provisioning status of the resource. string
uniqueIdentifier The unique immutable identifier of a resource (Guid). string