Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAddIn
Packages that use MicrosoftGraphAddIn
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphAddIn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphAddInModifier and TypeMethodDescriptionMicrosoftGraphAddIn.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: addIn.Set the id property: The id property.MicrosoftGraphAddIn.withProperties(List<MicrosoftGraphKeyValue> properties) Set the properties property: The properties property.Set the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAddInModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.addIns()Get the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.MicrosoftGraphServicePrincipalInner.addIns()Get the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphAddInModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withAddIns(List<MicrosoftGraphAddIn> addIns) Set the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.MicrosoftGraphServicePrincipalInner.withAddIns(List<MicrosoftGraphAddIn> addIns) Set the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.