Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Grafana : KotlinCustomResource

The grafana resource type. Azure REST API version: 2022-08-01. Prior API version in Azure Native 1.x: 2022-05-01-preview. Other available API versions: 2021-09-01-preview, 2022-10-01-preview.

Link copied to clipboard
data class GrafanaArgs(val identity: Output<ManagedServiceIdentityArgs>? = null, val location: Output<String>? = null, val properties: Output<ManagedGrafanaPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<ResourceSkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<GrafanaArgs>

The grafana resource type. Azure REST API version: 2022-08-01. Prior API version in Azure Native 1.x: 2022-05-01-preview. Other available API versions: 2021-09-01-preview, 2022-10-01-preview.

Link copied to clipboard
Link copied to clipboard
object GrafanaMapper : ResourceMapper<Grafana>
Link copied to clipboard
Link copied to clipboard
class ManagedPrivateEndpoint : KotlinCustomResource

The managed private endpoint resource type. Azure REST API version: 2022-10-01-preview.

Link copied to clipboard
data class ManagedPrivateEndpointArgs(val groupIds: Output<List<String>>? = null, val location: Output<String>? = null, val managedPrivateEndpointName: Output<String>? = null, val privateLinkResourceId: Output<String>? = null, val privateLinkResourceRegion: Output<String>? = null, val privateLinkServiceUrl: Output<String>? = null, val requestMessage: Output<String>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<ManagedPrivateEndpointArgs>

The managed private endpoint resource type. Azure REST API version: 2022-10-01-preview.

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

The Private Endpoint Connection resource. Azure REST API version: 2022-08-01. Prior API version in Azure Native 1.x: 2022-05-01-preview. Other available API versions: 2022-10-01-preview.

Link copied to clipboard
data class PrivateEndpointConnectionArgs(val groupIds: Output<List<String>>? = null, val privateEndpointConnectionName: Output<String>? = null, val privateLinkServiceConnectionState: Output<PrivateLinkServiceConnectionStateArgs>? = null, val resourceGroupName: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<PrivateEndpointConnectionArgs>

The Private Endpoint Connection resource. Azure REST API version: 2022-08-01. Prior API version in Azure Native 1.x: 2022-05-01-preview. Other available API versions: 2022-10-01-preview.

Functions