Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryGroup
Packages that use ActiveDirectoryGroup
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of ActiveDirectoryGroup in com.azure.resourcemanager.authorization.models
Subinterfaces with type arguments of type ActiveDirectoryGroup in com.azure.resourcemanager.authorization.modelsModifier and TypeInterfaceDescriptionstatic interfaceAn AD group definition with sufficient inputs to create a new group in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a group update operation, containing all the settings that can be modified.interfaceEntry point to AD group management API.interfaceEntry point to AD group management API.interfaceEntry point to AD group management API.interfaceEntry point to AD group management API.Methods in com.azure.resourcemanager.authorization.models with parameters of type ActiveDirectoryGroupModifier and TypeMethodDescriptionRoleAssignment.DefinitionStages.WithAssignee.forGroup(ActiveDirectoryGroup activeDirectoryGroup) Specifies the assignee of the role assignment to be a group.ActiveDirectoryGroup.DefinitionStages.WithMember.withMember(ActiveDirectoryGroup group) Adds a group as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryGroup group) Adds a group as a member in the group.ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryGroup group) Removes a group as a member in the group.