| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryUser.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithAccontEnabled.withAccountEnabled(boolean accountEnabled)
Specifies whether the user account is enabled.
|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithPassword.withPassword(String password)
Specifies the password of the user.
|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithPromptToChangePasswordOnLogin.withPromptToChangePasswordOnLogin(boolean promptToChangePasswordOnLogin)
Specifies whether the user should change password on the next login.
|
ActiveDirectoryUser.DefinitionStages.WithCreate |
ActiveDirectoryUser.DefinitionStages.WithUsageLocation.withUsageLocation(CountryIsoCode usageLocation)
Specifies the usage location for the user.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.