Interface ActiveDirectoryApplications
-
- All Superinterfaces:
HasManager<AuthorizationManager>
,SupportsBatchCreation<ActiveDirectoryApplication>
,SupportsCreating<ActiveDirectoryApplication.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsGettingById<ActiveDirectoryApplication>
,SupportsGettingByName<ActiveDirectoryApplication>
,SupportsListing<ActiveDirectoryApplication>
,SupportsListingByFilter<ActiveDirectoryApplication>
public interface ActiveDirectoryApplications extends SupportsListing<ActiveDirectoryApplication>, SupportsListingByFilter<ActiveDirectoryApplication>, SupportsGettingById<ActiveDirectoryApplication>, SupportsGettingByName<ActiveDirectoryApplication>, SupportsCreating<ActiveDirectoryApplication.DefinitionStages.Blank>, SupportsBatchCreation<ActiveDirectoryApplication>, SupportsDeletingById, HasManager<AuthorizationManager>
Entry point to application 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.SupportsBatchCreation
create, create, createAsync, createAsync
-
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
-
-