Interface ActiveDirectoryUser.UpdateStages.WithUsageLocation
-
- All Known Subinterfaces:
ActiveDirectoryUser.Update
- Enclosing interface:
- ActiveDirectoryUser.UpdateStages
public static interface ActiveDirectoryUser.UpdateStages.WithUsageLocationA user update allowing usage location to be specified.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActiveDirectoryUser.UpdatewithUsageLocation(CountryIsoCode usageLocation)Specifies the usage location for the user.
-
-
-
Method Detail
-
withUsageLocation
ActiveDirectoryUser.Update withUsageLocation(CountryIsoCode usageLocation)
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
-
-