Package-level declarations

Types

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

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

Link copied to clipboard
data class ConnectionPropertiesResponse(val groupIds: List<String>? = null, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: ConnectionPropertiesResponsePrivateLinkServiceConnectionState? = null, val provisioningState: String)

The properties of a private endpoint connection.

data class ConnectionPropertiesResponsePrivateLinkServiceConnectionState(val actionsRequired: String? = null, val description: String, val status: String)

The connection state.

Link copied to clipboard
data class DigitalTwinsIdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = 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 identity: ManagedIdentityReferenceResponse? = null, 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 identity: ManagedIdentityReferenceResponse? = 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 systemData: SystemDataResponse, 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 systemData: SystemDataResponse, val type: String)

DigitalTwinsInstance endpoint resource.

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

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 ManagedIdentityReferenceResponse(val type: String? = null, val userAssignedIdentity: String? = null)

The properties of the Managed Identity.

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

The private endpoint connection of a Digital Twin.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The private endpoint property of a private endpoint connection.

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 identity: ManagedIdentityReferenceResponse? = 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.

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

The information about the user assigned identity.