getWorkload
inline suspend fun LaunchWizardClient.getWorkload(crossinline block: GetWorkloadRequest.Builder.() -> Unit): GetWorkloadResponse
Returns information about a workload.
Samples
// Get details about a specific workload.
val resp = launchWizardClient.getWorkload {
workloadName = "SAP"
}Content copied to clipboard