The guestUsages resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.AzureActiveDirectory/guestUsages resource, add the following JSON to your template.
{
"type": "Microsoft.AzureActiveDirectory/guestUsages",
"apiVersion": "2021-04-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"tenantId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.AzureActiveDirectory/guestUsages' |
apiVersion | The resource api version | '2021-04-01' |
name | The resource name | string (required) |
location | Location of the Guest Usages resource. | string |
tags | Key-value pairs of additional resource provisioning properties. | Dictionary of tag names and values. See Tags in templates |
properties | The Guest Usages Resource Properties | GuestUsagesResourceProperties |
Name | Description | Value |
---|---|---|
tenantId | An identifier for the tenant for which the resource is being created | string |