UpdateLocationUserGroupModel
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
Name | Description | Additional information |
---|---|---|
UserGroupName | Name of the location user group, in SAM format ('DOMAIN\UserName'). |
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 |
ForceDelete | Whether to force delete this location user group. When it is true, any change on the primary and/or backup data center will be ignored. Do not set this property unless the location user group deletion cannot complete successfully. See Deleting Objects for more information about forcing delete operations. |
Type: Boolean |
Sample
application/json
{ "UserGroupName": "DOMAIN\\tenant1 datacenter1 users", "PrimaryDataCenterId": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a" }