Interface ActiveDirectoryGroups
-
- All Superinterfaces:
HasManager<AuthorizationManager>
,SupportsCreating<ActiveDirectoryGroup.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsGettingById<ActiveDirectoryGroup>
,SupportsGettingByName<ActiveDirectoryGroup>
,SupportsListing<ActiveDirectoryGroup>
,SupportsListingByFilter<ActiveDirectoryGroup>
public interface ActiveDirectoryGroups extends SupportsListing<ActiveDirectoryGroup>, SupportsListingByFilter<ActiveDirectoryGroup>, SupportsGettingById<ActiveDirectoryGroup>, SupportsGettingByName<ActiveDirectoryGroup>, SupportsCreating<ActiveDirectoryGroup.DefinitionStages.Blank>, SupportsDeletingById, HasManager<AuthorizationManager>
Entry point to AD group management API.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
define
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListingByFilter
listByFilter, listByFilterAsync
-
-