Package-level declarations

Types

Link copied to clipboard
class Asset : KotlinCustomResource

Asset definition. Azure REST API version: 2023-11-01-preview.

Link copied to clipboard
data class AssetArgs(val assetEndpointProfileUri: Output<String>? = null, val assetName: Output<String>? = null, val assetType: Output<String>? = null, val attributes: Output<Any>? = null, val dataPoints: Output<List<DataPointArgs>>? = null, val defaultDataPointsConfiguration: Output<String>? = null, val defaultEventsConfiguration: Output<String>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val documentationUri: Output<String>? = null, val enabled: Output<Boolean>? = null, val events: Output<List<EventArgs>>? = null, val extendedLocation: Output<ExtendedLocationArgs>? = null, val externalAssetId: Output<String>? = null, val hardwareRevision: Output<String>? = null, val location: Output<String>? = null, val manufacturer: Output<String>? = null, val manufacturerUri: Output<String>? = null, val model: Output<String>? = null, val productCode: Output<String>? = null, val resourceGroupName: Output<String>? = null, val serialNumber: Output<String>? = null, val softwareRevision: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AssetArgs>

Asset definition. Azure REST API version: 2023-11-01-preview.

Link copied to clipboard

Builder for AssetArgs.

Link copied to clipboard
class AssetEndpointProfile : KotlinCustomResource

Asset Endpoint Profile definition. Azure REST API version: 2023-11-01-preview.

Link copied to clipboard
data class AssetEndpointProfileArgs(val additionalConfiguration: Output<String>? = null, val assetEndpointProfileName: Output<String>? = null, val extendedLocation: Output<ExtendedLocationArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val targetAddress: Output<String>? = null, val transportAuthentication: Output<TransportAuthenticationArgs>? = null, val userAuthentication: Output<UserAuthenticationArgs>? = null) : ConvertibleToJava<AssetEndpointProfileArgs>

Asset Endpoint Profile definition. Azure REST API version: 2023-11-01-preview.

Link copied to clipboard
Link copied to clipboard
object AssetMapper : ResourceMapper<Asset>
Link copied to clipboard

Builder for Asset.

Link copied to clipboard

Functions

Link copied to clipboard
fun asset(name: String): Asset
suspend fun asset(name: String, block: suspend AssetResourceBuilder.() -> Unit): Asset