get Managed Cluster Fault Simulation
suspend fun getManagedClusterFaultSimulation(argument: GetManagedClusterFaultSimulationPlainArgs): GetManagedClusterFaultSimulationResult
Gets a fault simulation by the simulationId. Uses Azure REST API version 2024-11-01-preview.
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
cluster Name
The name of the cluster resource.
resource Group Name
The name of the resource group. The name is case insensitive.
simulation Id
unique identifier for the fault simulation.
See also
suspend fun getManagedClusterFaultSimulation(argument: suspend GetManagedClusterFaultSimulationPlainArgsBuilder.() -> Unit): GetManagedClusterFaultSimulationResult
Return
Fault simulation object with status.
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.GetManagedClusterFaultSimulationPlainArgs.