getExperimentExecutionDetails

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

executionId

GUID that represents a Experiment execution detail.

experimentName

String that represents a Experiment resource name.

resourceGroupName

String that represents an Azure resource group.

See also


Return

Model that represents the execution details of an Experiment.

Parameters

argument

Builder for com.pulumi.azurenative.chaos.kotlin.inputs.GetExperimentExecutionDetailsPlainArgs.

See also