getExperimentExecutionDetails

Execution details of an experiment resource. Uses Azure REST API version 2024-03-22-preview. Other available API versions: 2023-11-01, 2024-01-01, 2024-11-01-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native chaos [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

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