ImportLocationUserGroupModel

A location user group for a tenant. All of the tenant's user groups that are added to subscriptions must be a member of one of the tenant's location user groups.

Properties

NameDescription Additional information
UserGroupName

Name of the location user group, in SAM format ('DOMAIN\UserName'). Required.

Type: String

PrimaryDataCenterId

ID of the primary datacenter used by users in the location user group. If not specified, the global default datacenter is assumed.

Type: String

BackupDataCenterId

ID of the backup data center used by users in the location user group. If not specified, users in the location user group will not have a backup datacenter.

Type: String

Sample

application/json

Sample:
{
  "UserGroupName": "DOMAIN\\tenant1 datacenter1 users",
  "PrimaryDataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
}