GetIoTRoleResult

data class GetIoTRoleResult(val azureApiVersion: String, val computeResource: ComputeResourceResponse? = null, val hostPlatform: String, val hostPlatformType: String, val id: String, val ioTDeviceDetails: IoTDeviceInfoResponse, val ioTEdgeAgentInfo: IoTEdgeAgentInfoResponse? = null, val ioTEdgeDeviceDetails: IoTDeviceInfoResponse, val kind: String, val name: String, val roleStatus: String, val shareMappings: List<MountPointMapResponse>? = null, val systemData: SystemDataResponse, val type: String)

Compute role.

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, computeResource: ComputeResourceResponse? = null, hostPlatform: String, hostPlatformType: String, id: String, ioTDeviceDetails: IoTDeviceInfoResponse, ioTEdgeAgentInfo: IoTEdgeAgentInfoResponse? = null, ioTEdgeDeviceDetails: IoTDeviceInfoResponse, kind: String, name: String, roleStatus: String, shareMappings: List<MountPointMapResponse>? = null, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Resource allocation

Link copied to clipboard

Host OS supported by the IoT role.

Link copied to clipboard

Platform where the Iot runtime is hosted.

Link copied to clipboard
val id: String

The path ID that uniquely identifies the object.

Link copied to clipboard

IoT device metadata to which data box edge device needs to be connected.

Link copied to clipboard

Iot edge agent details to download the agent and bootstrap iot runtime.

Link copied to clipboard

IoT edge device to which the IoT role needs to be configured.

Link copied to clipboard

Role type. Expected value is 'IOT'.

Link copied to clipboard

The object name.

Link copied to clipboard

Role status.

Link copied to clipboard

Mount points of shares in role(s).

Link copied to clipboard

Metadata pertaining to creation and last modification of Role

Link copied to clipboard

The hierarchical type of the object.