Create Or Update Dryrun Parameters Response
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)
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 provisioning state.
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.