CreateOrUpdateDryrunParametersArgs

data class CreateOrUpdateDryrunParametersArgs(val actionName: Output<String>, val authInfo: Output<Any>? = null, val clientType: Output<Either<String, ClientType>>? = null, val configurationInfo: Output<ConfigurationInfoArgs>? = null, val publicNetworkSolution: Output<PublicNetworkSolutionArgs>? = null, val scope: Output<String>? = null, val secretStore: Output<SecretStoreArgs>? = null, val targetService: Output<Any>? = null, val vNetSolution: Output<VNetSolutionArgs>? = null) : ConvertibleToJava<CreateOrUpdateDryrunParametersArgs>

The dryrun parameters for creation or update a linker

Constructors

Link copied to clipboard
constructor(actionName: Output<String>, authInfo: Output<Any>? = null, clientType: Output<Either<String, ClientType>>? = null, configurationInfo: Output<ConfigurationInfoArgs>? = null, publicNetworkSolution: Output<PublicNetworkSolutionArgs>? = null, scope: Output<String>? = null, secretStore: Output<SecretStoreArgs>? = null, targetService: Output<Any>? = null, vNetSolution: Output<VNetSolutionArgs>? = null)

Properties

Link copied to clipboard
val actionName: Output<String>

The name of action for you dryrun job. Expected value is 'createOrUpdate'.

Link copied to clipboard
val authInfo: Output<Any>? = null

The authentication type.

Link copied to clipboard
val clientType: Output<Either<String, ClientType>>? = null

The application client type

Link copied to clipboard

The connection information consumed by applications, including secrets, connection strings.

Link copied to clipboard

The network solution.

Link copied to clipboard
val scope: Output<String>? = null

connection scope in source service.

Link copied to clipboard
val secretStore: Output<SecretStoreArgs>? = null

An option to store secret value in secure place

Link copied to clipboard
val targetService: Output<Any>? = null

The target service properties

Link copied to clipboard
val vNetSolution: Output<VNetSolutionArgs>? = null

The VNet solution.

Functions

Link copied to clipboard
open override fun toJava(): CreateOrUpdateDryrunParametersArgs