Interface ActiveDirectoryUser.UpdateStages.WithUsageLocation
- All Known Subinterfaces:
ActiveDirectoryUser.Update
- Enclosing interface:
- ActiveDirectoryUser.UpdateStages
public static interface ActiveDirectoryUser.UpdateStages.WithUsageLocation
A user update allowing usage location to be specified.
-
Method Summary
Modifier and TypeMethodDescriptionwithUsageLocation(CountryIsoCode usageLocation) Specifies the usage location for the user.
-
Method Details
-
withUsageLocation
Specifies the usage location for the user. Required for users that will be assigned licenses due to legal requirement to check for availability of services in countries.- Parameters:
usageLocation- A two letter country code (ISO standard 3166).- Returns:
- The next stage of user update
-