Uses of Interface
com.azure.resourcemanager.authorization.models.ActiveDirectoryApplication
-
Packages that use ActiveDirectoryApplication Package Description com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of ActiveDirectoryApplication in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models with parameters of type ActiveDirectoryApplication Modifier and Type Method Description ServicePrincipal.DefinitionStages.WithCreate
ServicePrincipal.DefinitionStages.WithApplication. withExistingApplication(ActiveDirectoryApplication application)
Specifies an existing application to use by the service principal.Method parameters in com.azure.resourcemanager.authorization.models with type arguments of type ActiveDirectoryApplication Modifier and Type Method Description ServicePrincipal.DefinitionStages.WithCreate
ServicePrincipal.DefinitionStages.WithApplication. withNewApplication(Creatable<ActiveDirectoryApplication> applicationCreatable)
Specifies a new application to create and use by the service principal.
-