GetIotHubResourceResult

data class GetIotHubResourceResult(val etag: String? = null, val id: String, val identity: ArmIdentityResponse? = null, val location: String, val name: String, val properties: IotHubPropertiesResponse, val sku: IotHubSkuInfoResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The description of the IoT hub.

Constructors

Link copied to clipboard
constructor(etag: String? = null, id: String, identity: ArmIdentityResponse? = null, location: String, name: String, properties: IotHubPropertiesResponse, sku: IotHubSkuInfoResponse, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val etag: String? = null

The Etag field is not required. If it is provided in the response body, it must also be provided as a header per the normal ETag convention.

Link copied to clipboard
val id: String

The resource identifier.

Link copied to clipboard

The managed identities for the IotHub.

Link copied to clipboard

The resource location.

Link copied to clipboard

The resource name.

Link copied to clipboard

IotHub properties

Link copied to clipboard

IotHub SKU info

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

The resource tags.

Link copied to clipboard

The resource type.