| Package | Description |
|---|---|
| com.azure.resourcemanager.authorization.models |
Package containing the data models for AuthorizationManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ActiveDirectoryGroup.Definition
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithEmailAlias.withEmailAlias(String mailNickname) |
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryGroup group)
Adds a group as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryUser user)
Adds a user as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ServicePrincipal servicePrincipal)
Adds a service principal as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(String objectId)
Add a member based on its object id.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.