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