ActiveDirectoryGroup.Update Interface
public interface Update extends Appliable,ActiveDirectoryGroup.UpdateStages.WithMember
The template for a group update operation, containing all the settings that can be modified.
Inherited Members
Appliable<T>.apply()
Appliable<T>.applyAsync()
Appliable<T>.applyAsync(final ServiceCallback<T> callback)
Indexable.key()
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(String objectId)
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryUser user)
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ActiveDirectoryGroup group)
ActiveDirectoryGroup.UpdateStages.WithMember.withMember(ServicePrincipal servicePrincipal)
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(String objectId)
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryUser user)
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ActiveDirectoryGroup group)
ActiveDirectoryGroup.UpdateStages.WithMember.withoutMember(ServicePrincipal servicePrincipal)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java