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 MicrosoftGraphAddInMicrosoftGraphAddIn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: addIn.MicrosoftGraphAddInMicrosoftGraphAddIn. withId(UUID id)Set the id property: The id property.MicrosoftGraphAddInMicrosoftGraphAddIn. withProperties(List<MicrosoftGraphKeyValue> properties)Set the properties property: The properties property.MicrosoftGraphAddInMicrosoftGraphAddIn. 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 MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. withAddIns(List<MicrosoftGraphAddIn> addIns)Set the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.MicrosoftGraphServicePrincipalInnerMicrosoftGraphServicePrincipalInner. withAddIns(List<MicrosoftGraphAddIn> addIns)Set the addIns property: Defines custom behavior that a consuming service can use to call an app in specific contexts.
-