Uses of Class
odata.msgraph.client.beta.entity.ManagedApp
-
Packages that use ManagedApp Package Description odata.msgraph.client.beta.entity -
-
Uses of ManagedApp in odata.msgraph.client.beta.entity
Subclasses of ManagedApp in odata.msgraph.client.beta.entity Modifier and Type Class Description classManagedAndroidLobApp“Contains properties and inherited properties for Managed Android Line Of Business apps.”classManagedAndroidStoreApp“Contains properties and inherited properties for Android store apps that you can manage with an Intune app protection policy.”classManagedIOSLobApp“Contains properties and inherited properties for Managed iOS Line Of Business apps.”classManagedIOSStoreApp“Contains properties and inherited properties for an iOS store app that you can manage with an Intune app protection policy.”classManagedMobileLobApp“An abstract base class containing properties for all managed mobile line of business apps.”Methods in odata.msgraph.client.beta.entity that return ManagedApp Modifier and Type Method Description ManagedAppManagedApp. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.ManagedAppManagedApp. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).ManagedAppManagedApp. withAppAvailability(ManagedAppAvailability appAvailability)Returns an immutable copy ofthiswith just theappAvailabilityfield changed.ManagedAppManagedApp. withUnmappedField(String name, String value)ManagedAppManagedApp. withVersion(String version)Returns an immutable copy ofthiswith just theversionfield changed.
-