GetMedtechServiceResult

data class GetMedtechServiceResult(val deviceMappingJson: String, val eventhubConsumerGroupName: String, val eventhubName: String, val eventhubNamespaceName: String, val id: String, val identities: List<GetMedtechServiceIdentity>, val name: String, val workspaceId: String)

A collection of values returned by getMedtechService.

Constructors

Link copied to clipboard
constructor(deviceMappingJson: String, eventhubConsumerGroupName: String, eventhubName: String, eventhubNamespaceName: String, id: String, identities: List<GetMedtechServiceIdentity>, name: String, workspaceId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Device Mappings of the Med Tech Service.

Link copied to clipboard

The Consumer Group of the Event Hub of the Healthcare Med Tech Service.

Link copied to clipboard

The name of the Event Hub of the Healthcare Med Tech Service.

Link copied to clipboard

The namespace name of the Event Hub of the Healthcare Med Tech Service.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The identity block as defined below.

Link copied to clipboard
Link copied to clipboard