list Managed Cluster Fault Simulation
suspend fun listManagedClusterFaultSimulation(argument: ListManagedClusterFaultSimulationPlainArgs): ListManagedClusterFaultSimulationResult
Gets the list of recent fault simulations for the cluster. 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 list results
Parameters
argument
null
suspend fun listManagedClusterFaultSimulation(clusterName: String, resourceGroupName: String): ListManagedClusterFaultSimulationResult
Return
Fault simulation list results
Parameters
cluster Name
The name of the cluster resource.
resource Group Name
The name of the resource group. The name is case insensitive.
See also
suspend fun listManagedClusterFaultSimulation(argument: suspend ListManagedClusterFaultSimulationPlainArgsBuilder.() -> Unit): ListManagedClusterFaultSimulationResult
Return
Fault simulation list results
Parameters
argument
Builder for com.pulumi.azurenative.servicefabric.kotlin.inputs.ListManagedClusterFaultSimulationPlainArgs.