public static interface ActiveDirectoryGroup.DefinitionStages.WithMember
| Modifier and Type | Method and Description |
|---|---|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
withMember(ActiveDirectoryGroup group)
Adds a group as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
withMember(ActiveDirectoryUser user)
Adds a user as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
withMember(ServicePrincipal servicePrincipal)
Adds a service principal as a member in the group.
|
ActiveDirectoryGroup.DefinitionStages.WithCreate |
withMember(String objectId)
Add a member based on its object id.
|
@Beta(value=V1_2_0) ActiveDirectoryGroup.DefinitionStages.WithCreate withMember(String objectId)
objectId - the Active Directory object's id@Beta(value=V1_2_0) ActiveDirectoryGroup.DefinitionStages.WithCreate withMember(ActiveDirectoryUser user)
user - the Active Directory user to add@Beta(value=V1_2_0) ActiveDirectoryGroup.DefinitionStages.WithCreate withMember(ActiveDirectoryGroup group)
group - the Active Directory group to add@Beta(value=V1_2_0) ActiveDirectoryGroup.DefinitionStages.WithCreate withMember(ServicePrincipal servicePrincipal)
servicePrincipal - the service principal to add/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/