Package-level declarations

Types

Link copied to clipboard
data class DeploymentResponse(val deployedImages: List<ImageResponse>? = null, val deploymentDateUtc: String, val deploymentId: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An deployment resource belonging to a device group resource.

Link copied to clipboard
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.

Link copied to clipboard
data class DeviceInsightResponse(val description: String, val deviceId: String, val endTimestampUtc: String, val eventCategory: String, val eventClass: String, val eventCount: Int, val eventType: String, val startTimestampUtc: String)

Device insight report.

Link copied to clipboard
data class DeviceResponse(val chipSku: String, val deviceId: String? = null, val id: String, val lastAvailableOsVersion: String, val lastInstalledOsVersion: String, val lastOsUpdateUtc: String, val lastUpdateRequestUtc: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An device resource belonging to a device group resource.

Link copied to clipboard
data class GetCatalogResult(val id: String, val location: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

An Azure Sphere catalog

Link copied to clipboard
data class GetDeploymentResult(val deployedImages: List<ImageResponse>? = null, val deploymentDateUtc: String, val deploymentId: String? = null, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An deployment resource belonging to a device group resource.

Link copied to clipboard
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.

Link copied to clipboard
data class GetDeviceResult(val chipSku: String, val deviceId: String? = null, val id: String, val lastAvailableOsVersion: String, val lastInstalledOsVersion: String, val lastOsUpdateUtc: String, val lastUpdateRequestUtc: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An device resource belonging to a device group resource.

Link copied to clipboard
data class GetImageResult(val componentId: String, val description: String, val id: String, val image: String? = null, val imageId: String? = null, val imageName: String, val imageType: String, val name: String, val provisioningState: String, val regionalDataBoundary: String? = null, val systemData: SystemDataResponse, val type: String, val uri: String)

An image resource belonging to a catalog resource.

Link copied to clipboard
data class GetProductResult(val description: String, val id: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

An product resource belonging to a catalog resource.

Link copied to clipboard
data class ImageResponse(val componentId: String, val description: String, val id: String, val image: String? = null, val imageId: String? = null, val imageName: String, val imageType: String, val name: String, val provisioningState: String, val regionalDataBoundary: String? = null, val systemData: SystemDataResponse, val type: String, val uri: String)

An image resource belonging to a catalog resource.

Link copied to clipboard
data class ListCatalogDeploymentsResult(val nextLink: String, val value: List<DeploymentResponse>)

The response of a Deployment list operation.

Link copied to clipboard
data class ListCatalogDeviceGroupsResult(val nextLink: String, val value: List<DeviceGroupResponse>)

The response of a DeviceGroup list operation.

Link copied to clipboard
data class ListCatalogDeviceInsightsResult(val nextLink: String, val value: List<DeviceInsightResponse>)

Paged collection of DeviceInsight items

Link copied to clipboard
data class ListCatalogDevicesResult(val nextLink: String, val value: List<DeviceResponse>)

The response of a Device list operation.

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.