GetDeviceGroupResult

data class GetDeviceGroupResult(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Flag to define if the user allows for crash dump collection.

Link copied to clipboard
val description: String? = null

Description of the device group.

Link copied to clipboard

Deployment status for the device group.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The name of the resource

Link copied to clipboard
val osFeedType: String? = null

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

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard
val updatePolicy: String? = null

Update policy of the device group.