Package-level declarations

Types

Link copied to clipboard
class DigitalTwin : KotlinCustomResource

The description of the DigitalTwins service. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2020-12-01.

Link copied to clipboard
data class DigitalTwinArgs(val identity: Output<DigitalTwinsIdentityArgs>? = null, val location: Output<String>? = null, val privateEndpointConnections: Output<List<PrivateEndpointConnectionArgs>>? = null, val publicNetworkAccess: Output<Either<String, PublicNetworkAccess>>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<DigitalTwinArgs>

The description of the DigitalTwins service. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2020-12-01.

Link copied to clipboard
Link copied to clipboard
object DigitalTwinMapper : ResourceMapper<DigitalTwin>
Link copied to clipboard
Link copied to clipboard
class DigitalTwinsEndpoint : KotlinCustomResource

DigitalTwinsInstance endpoint resource. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2020-12-01.

Link copied to clipboard
data class DigitalTwinsEndpointArgs(val endpointName: Output<String>? = null, val properties: Output<Any>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<DigitalTwinsEndpointArgs>

DigitalTwinsInstance endpoint resource. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2020-12-01.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class PrivateEndpointConnection : KotlinCustomResource

The private endpoint connection of a Digital Twin. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2020-12-01. Other available API versions: 2020-12-01.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val properties: Output<ConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The private endpoint connection of a Digital Twin. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2020-12-01. Other available API versions: 2020-12-01.

Link copied to clipboard
class TimeSeriesDatabaseConnection : KotlinCustomResource

Describes a time series database connection resource. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2021-06-30-preview.

Link copied to clipboard
data class TimeSeriesDatabaseConnectionArgs(val properties: Output<AzureDataExplorerConnectionPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val timeSeriesDatabaseConnectionName: Output<String>? = null) : ConvertibleToJava<TimeSeriesDatabaseConnectionArgs>

Describes a time series database connection resource. Uses Azure REST API version 2023-01-31. In version 1.x of the Azure Native provider, it used API version 2021-06-30-preview.

Functions