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
fun CreateOrUpdateDryrunParametersArgs(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)