| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.fluent.models |
Package containing the inner data models for AuthorizationManagementClient.
|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
UserType |
UserInner.userType()
Get the userType property: A string value that can be used to classify user types in your directory, such as
'Member' and 'Guest'.
|
| Modifier and Type | Method and Description |
|---|---|
UserInner |
UserInner.withUserType(UserType userType)
Set the userType property: A string value that can be used to classify user types in your directory, such as
'Member' and 'Guest'.
|
| Modifier and Type | Field and Description |
|---|---|
static UserType |
UserType.GUEST
Static value Guest for UserType.
|
static UserType |
UserType.MEMBER
Static value Member for UserType.
|
| Modifier and Type | Method and Description |
|---|---|
static UserType |
UserType.fromString(String name)
Creates or finds a UserType from its string representation.
|
UserType |
UserBase.userType()
Get the userType property: A string value that can be used to classify user types in your directory, such as
'Member' and 'Guest'.
|
| Modifier and Type | Method and Description |
|---|---|
UserBase |
UserBase.withUserType(UserType userType)
Set the userType property: A string value that can be used to classify user types in your directory, such as
'Member' and 'Guest'.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.