getManagedClusterFaultSimulation

Gets a fault simulation by the simulationId. Uses Azure REST API version 2024-11-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicefabric [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

Fault simulation object with status.

Parameters

argument

null


suspend fun getManagedClusterFaultSimulation(clusterName: String, resourceGroupName: String, simulationId: String): GetManagedClusterFaultSimulationResult

Return

Fault simulation object with status.

Parameters

clusterName

The name of the cluster resource.

resourceGroupName

The name of the resource group. The name is case insensitive.

simulationId

unique identifier for the fault simulation.

See also


Return

Fault simulation object with status.

Parameters

argument

Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetManagedClusterFaultSimulationPlainArgs.

See also