Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphAddIn
-
Packages that use MicrosoftGraphAddIn Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphAddIn Modifier and Type Method Description MicrosoftGraphAddIn
MicrosoftGraphAddIn. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: addIn.MicrosoftGraphAddIn
MicrosoftGraphAddIn. withId(UUID id)
Set the id property: The id property.MicrosoftGraphAddIn
MicrosoftGraphAddIn. withProperties(List<MicrosoftGraphKeyValue> properties)
Set the properties property: The properties property.MicrosoftGraphAddIn
MicrosoftGraphAddIn. withType(String type)
Set the type property: The type property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphAddIn Modifier and Type Method Description List<MicrosoftGraphAddIn>
MicrosoftGraphApplicationInner. addIns()
Get the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.List<MicrosoftGraphAddIn>
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 MicrosoftGraphAddIn Modifier and Type Method Description MicrosoftGraphApplicationInner
MicrosoftGraphApplicationInner. 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
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.
-