Device Group Response
data class DeviceGroupResponse(val allowCrashDumpsCollection: String? = null, val description: String? = null, val hasDeployment: Boolean, val id: String, val name: String, val osFeedType: String? = null, val provisioningState: String, val regionalDataBoundary: String? = null, val systemData: SystemDataResponse, val type: String, val updatePolicy: String? = null)
An device group resource belonging to a product resource.
Constructors
Link copied to clipboard
constructor(allowCrashDumpsCollection: String? = null, description: String? = null, hasDeployment: Boolean, id: String, name: String, osFeedType: String? = null, provisioningState: String, regionalDataBoundary: String? = null, systemData: SystemDataResponse, type: String, updatePolicy: String? = null)
Properties
Link copied to clipboard
Flag to define if the user allows for crash dump collection.
Link copied to clipboard
Description of the device group.
Link copied to clipboard
Deployment status for the device group.
Link copied to clipboard
Operating system feed type of the device group.
Link copied to clipboard
The status of the last operation.
Link copied to clipboard
Regional data boundary for the device group.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Update policy of the device group.