get Experiment Execution Details
suspend fun getExperimentExecutionDetails(argument: GetExperimentExecutionDetailsPlainArgs): GetExperimentExecutionDetailsResult
Execution details of an experiment resource. Uses Azure REST API version 2023-11-01. Other available API versions: 2024-01-01, 2024-03-22-preview, 2024-11-01-preview, 2025-01-01.
Return
Model that represents the execution details of an Experiment.
Parameters
argument
null
suspend fun getExperimentExecutionDetails(executionId: String, experimentName: String, resourceGroupName: String): GetExperimentExecutionDetailsResult
Return
Model that represents the execution details of an Experiment.
Parameters
execution Id
GUID that represents a Experiment execution detail.
experiment Name
String that represents a Experiment resource name.
resource Group Name
String that represents an Azure resource group.
See also
suspend fun getExperimentExecutionDetails(argument: suspend GetExperimentExecutionDetailsPlainArgsBuilder.() -> Unit): GetExperimentExecutionDetailsResult
Return
Model that represents the execution details of an Experiment.
Parameters
argument
Builder for com.pulumi.azurenative.chaos.kotlin.inputs.GetExperimentExecutionDetailsPlainArgs.