Package-level declarations
Types
Link copied to clipboard
data class AppArgs(val displayName: Output<String>? = null, val identity: Output<SystemAssignedServiceIdentityArgs>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null, val sku: Output<AppSkuInfoArgs>? = null, val subdomain: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val template: Output<String>? = null) : ConvertibleToJava<AppArgs>
The IoT Central application. Uses Azure REST API version 2021-06-01. In version 1.x of the Azure Native provider, it used API version 2021-06-01. Other available API versions: 2021-11-01-preview.
Link copied to clipboard
class AppArgsBuilder
Builder for AppArgs.
Link copied to clipboard
class AppResourceBuilder
Builder for App.
Link copied to clipboard
object IotcentralFunctions
Link copied to clipboard
The private endpoint connection resource. Uses Azure REST API version 2021-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-11-01-preview.
Link copied to clipboard
data class PrivateEndpointConnectionArgs(val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null, val resourceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>
The private endpoint connection resource. Uses Azure REST API version 2021-11-01-preview. In version 1.x of the Azure Native provider, it used API version 2021-11-01-preview.
Link copied to clipboard
Builder for PrivateEndpointConnectionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for PrivateEndpointConnection.
Functions
Link copied to clipboard
suspend fun privateEndpointConnection(name: String, block: suspend PrivateEndpointConnectionResourceBuilder.() -> Unit): PrivateEndpointConnection