LocationUserGroupModel

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
Id

ID of the location user group.

Type: String

UserGroupName

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

Type: String

PrimaryDataCenter

Primary datacenter used by users in the location user group.

Type: ReferenceModel

BackupDataCenter

Backup data center used by users in the location user group. If the location user group does not use a backup data center, this property will be unset.

Type: ReferenceModel

DeleteState

See Deleting Objects.

Type: ObjectDeleteState

Sample

application/json

Sample:
{
  "Id": "66382416-9f1c-46dd-b732-e9566f8cd831",
  "UserGroupName": "DOMAIN\\Tenant1Datacenter1Users",
  "PrimaryDataCenter": {
    "Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
    "Name": "datacenter1",
    "Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
  },
  "DeleteState": "NotDeleted"
}