Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphManagedDeviceOwnerType
-
Packages that use MicrosoftGraphManagedDeviceOwnerType Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphManagedDeviceOwnerType in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphManagedDeviceOwnerType Modifier and Type Field Description static MicrosoftGraphManagedDeviceOwnerTypeMicrosoftGraphManagedDeviceOwnerType. COMPANYStatic value company for MicrosoftGraphManagedDeviceOwnerType.static MicrosoftGraphManagedDeviceOwnerTypeMicrosoftGraphManagedDeviceOwnerType. PERSONALStatic value personal for MicrosoftGraphManagedDeviceOwnerType.static MicrosoftGraphManagedDeviceOwnerTypeMicrosoftGraphManagedDeviceOwnerType. UNKNOWNStatic value unknown for MicrosoftGraphManagedDeviceOwnerType.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphManagedDeviceOwnerType Modifier and Type Method Description static MicrosoftGraphManagedDeviceOwnerTypeMicrosoftGraphManagedDeviceOwnerType. fromString(String name)Creates or finds a MicrosoftGraphManagedDeviceOwnerType from its string representation.MicrosoftGraphManagedDeviceOwnerTypeMicrosoftGraphManagedDevice. managedDeviceOwnerType()Get the managedDeviceOwnerType property: The managedDeviceOwnerType property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphManagedDeviceOwnerType Modifier and Type Method Description static Collection<MicrosoftGraphManagedDeviceOwnerType>MicrosoftGraphManagedDeviceOwnerType. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphManagedDeviceOwnerType Modifier and Type Method Description MicrosoftGraphManagedDeviceMicrosoftGraphManagedDevice. withManagedDeviceOwnerType(MicrosoftGraphManagedDeviceOwnerType managedDeviceOwnerType)Set the managedDeviceOwnerType property: The managedDeviceOwnerType property.
-