Package-level declarations

Types

Link copied to clipboard
class Connector : KotlinCustomResource

Linker of source and target resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConnectorArgs(val authInfo: Output<Any>? = null, val clientType: Output<Either<String, ClientType>>? = null, val configurationInfo: Output<ConfigurationInfoArgs>? = null, val connectorName: Output<String>? = null, val location: Output<String>? = null, val publicNetworkSolution: Output<PublicNetworkSolutionArgs>? = null, val resourceGroupName: Output<String>? = null, val scope: Output<String>? = null, val secretStore: Output<SecretStoreArgs>? = null, val subscriptionId: Output<String>? = null, val targetService: Output<Any>? = null, val vNetSolution: Output<VNetSolutionArgs>? = null) : ConvertibleToJava<ConnectorArgs>

Linker of source and target resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
class ConnectorDryrun : KotlinCustomResource

a dryrun job resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class ConnectorDryrunArgs(val dryrunName: Output<String>? = null, val location: Output<String>? = null, val parameters: Output<CreateOrUpdateDryrunParametersArgs>? = null, val resourceGroupName: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ConnectorDryrunArgs>

a dryrun job resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
object ConnectorDryrunMapper : ResourceMapper<ConnectorDryrun>
Link copied to clipboard
object ConnectorMapper : ResourceMapper<Connector>
Link copied to clipboard
Link copied to clipboard
class Linker : KotlinCustomResource

Linker of source and target resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class LinkerArgs(val authInfo: Output<Any>? = null, val clientType: Output<Either<String, ClientType>>? = null, val configurationInfo: Output<ConfigurationInfoArgs>? = null, val linkerName: Output<String>? = null, val publicNetworkSolution: Output<PublicNetworkSolutionArgs>? = null, val resourceUri: Output<String>? = null, val scope: Output<String>? = null, val secretStore: Output<SecretStoreArgs>? = null, val targetService: Output<Any>? = null, val vNetSolution: Output<VNetSolutionArgs>? = null) : ConvertibleToJava<LinkerArgs>

Linker of source and target resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for LinkerArgs.

Link copied to clipboard
class LinkerDryrun : KotlinCustomResource

a dryrun job resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class LinkerDryrunArgs(val dryrunName: Output<String>? = null, val parameters: Output<CreateOrUpdateDryrunParametersArgs>? = null, val resourceUri: Output<String>? = null) : ConvertibleToJava<LinkerDryrunArgs>

a dryrun job resource Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-11-01-preview. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object LinkerDryrunMapper : ResourceMapper<LinkerDryrun>
Link copied to clipboard
Link copied to clipboard
object LinkerMapper : ResourceMapper<Linker>
Link copied to clipboard

Builder for Linker.

Link copied to clipboard

Functions

Link copied to clipboard
suspend fun connector(name: String, block: suspend ConnectorResourceBuilder.() -> Unit): Connector
Link copied to clipboard
Link copied to clipboard
fun linker(name: String): Linker
suspend fun linker(name: String, block: suspend LinkerResourceBuilder.() -> Unit): Linker
Link copied to clipboard