CreateOrUpdateDryrunParametersResponse

data class CreateOrUpdateDryrunParametersResponse(val actionName: String, val authInfo: Any? = null, val clientType: String? = null, val configurationInfo: ConfigurationInfoResponse? = null, val provisioningState: String, val publicNetworkSolution: PublicNetworkSolutionResponse? = null, val scope: String? = null, val secretStore: SecretStoreResponse? = null, val targetService: Any? = null, val vNetSolution: VNetSolutionResponse? = null)

The dryrun parameters for creation or update a linker

Constructors

Link copied to clipboard
constructor(actionName: String, authInfo: Any? = null, clientType: String? = null, configurationInfo: ConfigurationInfoResponse? = null, provisioningState: String, publicNetworkSolution: PublicNetworkSolutionResponse? = null, scope: String? = null, secretStore: SecretStoreResponse? = null, targetService: Any? = null, vNetSolution: VNetSolutionResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val authInfo: Any? = null

The authentication type.

Link copied to clipboard
val clientType: String? = null

The application client type

Link copied to clipboard

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

Link copied to clipboard

The provisioning state.

Link copied to clipboard

The network solution.

Link copied to clipboard
val scope: String? = null

connection scope in source service.

Link copied to clipboard

An option to store secret value in secure place

Link copied to clipboard
val targetService: Any? = null

The target service properties

Link copied to clipboard

The VNet solution.