Package-level declarations

Types

data class AzureDataExplorerConnectionPropertiesResponse(val adxDatabaseName: String, val adxEndpointUri: String, val adxResourceId: String, val adxTableName: String? = null, val connectionType: String, val eventHubConsumerGroup: String? = null, val eventHubEndpointUri: String, val eventHubEntityPath: String, val eventHubNamespaceResourceId: String, val provisioningState: String)

Properties of a time series database connection to Azure Data Explorer with data being sent via an EventHub.

data class ConnectionPropertiesResponsePrivateLinkServiceConnectionState(val actionsRequired: String? = null, val description: String, val status: String)
Link copied to clipboard
data class DigitalTwinsIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null)

The managed identity for the DigitalTwinsInstance.

Link copied to clipboard
data class EventGridResponse(val accessKey1: String, val accessKey2: String? = null, val authenticationType: String? = null, val createdTime: String, val deadLetterSecret: String? = null, val deadLetterUri: String? = null, val endpointType: String, val provisioningState: String, val topicEndpoint: String)

Properties related to EventGrid.

Link copied to clipboard
data class EventHubResponse(val authenticationType: String? = null, val connectionStringPrimaryKey: String? = null, val connectionStringSecondaryKey: String? = null, val createdTime: String, val deadLetterSecret: String? = null, val deadLetterUri: String? = null, val endpointType: String, val endpointUri: String? = null, val entityPath: String? = null, val provisioningState: String)

Properties related to EventHub.

Link copied to clipboard
data class GetDigitalTwinResult(val createdTime: String, val hostName: String, val id: String, val identity: DigitalTwinsIdentityResponse? = null, val lastUpdatedTime: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val tags: Map<String, String>? = null, val type: String)

The description of the DigitalTwins service.

Link copied to clipboard
data class GetDigitalTwinsEndpointResult(val id: String, val name: String, val properties: Any, val type: String)

DigitalTwinsInstance endpoint resource.

Link copied to clipboard

The private endpoint connection of a Digital Twin.

Link copied to clipboard
data class GetTimeSeriesDatabaseConnectionResult(val id: String, val name: String, val properties: AzureDataExplorerConnectionPropertiesResponse, val systemData: SystemDataResponse, val type: String)

Describes a time series database connection resource.

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val id: String, val name: String, val properties: PrivateEndpointConnectionResponseProperties, val type: String)

The private endpoint connection of a Digital Twin.

data class PrivateEndpointConnectionResponseProperties(val groupIds: List<String>? = null, val privateEndpoint: ConnectionPropertiesResponsePrivateEndpoint? = null, val privateLinkServiceConnectionState: ConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, val provisioningState: String)
Link copied to clipboard
data class ServiceBusResponse(val authenticationType: String? = null, val createdTime: String, val deadLetterSecret: String? = null, val deadLetterUri: String? = null, val endpointType: String, val endpointUri: String? = null, val entityPath: String? = null, val primaryConnectionString: String? = null, val provisioningState: String, val secondaryConnectionString: String? = null)

Properties related to ServiceBus.

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.