Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceCategory
-
Packages that use MicrosoftGraphDeviceCategory Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDeviceCategory in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceCategory Modifier and Type Method Description MicrosoftGraphDeviceCategoryMicrosoftGraphManagedDevice. deviceCategory()Get the deviceCategory property: Device categories provides a way to organize your devices.MicrosoftGraphDeviceCategoryMicrosoftGraphDeviceCategory. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Device categories provides a way to organize your devices.MicrosoftGraphDeviceCategoryMicrosoftGraphDeviceCategory. withDescription(String description)Set the description property: Optional description for the device category.MicrosoftGraphDeviceCategoryMicrosoftGraphDeviceCategory. withDisplayName(String displayName)Set the displayName property: Display name for the device category.MicrosoftGraphDeviceCategoryMicrosoftGraphDeviceCategory. withId(String id)Set the id property: Read-only.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDeviceCategory Modifier and Type Method Description MicrosoftGraphManagedDeviceMicrosoftGraphManagedDevice. withDeviceCategory(MicrosoftGraphDeviceCategory deviceCategory)Set the deviceCategory property: Device categories provides a way to organize your devices.
-