Create Or Update Dryrun Parameters Args
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
The name of action for you dryrun job. Expected value is 'createOrUpdate'.
Link copied to clipboard
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
An option to store secret value in secure place
Link copied to clipboard
The target service properties
Link copied to clipboard
The VNet solution.