Interface ServicePrincipals
-
- All Superinterfaces:
HasManager<AuthorizationManager>
,SupportsCreating<ServicePrincipal.DefinitionStages.Blank>
,SupportsDeletingById
,SupportsGettingById<ServicePrincipal>
,SupportsGettingByName<ServicePrincipal>
,SupportsListing<ServicePrincipal>
,SupportsListingByFilter<ServicePrincipal>
public interface ServicePrincipals extends SupportsListing<ServicePrincipal>, SupportsListingByFilter<ServicePrincipal>, SupportsGettingById<ServicePrincipal>, SupportsGettingByName<ServicePrincipal>, SupportsCreating<ServicePrincipal.DefinitionStages.Blank>, SupportsDeletingById, HasManager<AuthorizationManager>
Entry point to service principal 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
-
-