ChaosFunctions

Functions

Link copied to clipboard

Get a Capability resource that extends a Target resource. Azure REST API version: 2023-04-15-preview. Other available API versions: 2023-09-01-preview, 2023-10-27-preview.

suspend fun getCapability(capabilityName: String, parentProviderNamespace: String, parentResourceName: String, parentResourceType: String, resourceGroupName: String, targetName: String): GetCapabilityResult
Link copied to clipboard

Get a Experiment resource. Azure REST API version: 2023-04-15-preview. Other available API versions: 2023-09-01-preview, 2023-10-27-preview.

suspend fun getExperiment(experimentName: String, resourceGroupName: String): GetExperimentResult
Link copied to clipboard

Get a Target resource that extends a tracked regional resource. Azure REST API version: 2023-04-15-preview. Other available API versions: 2023-09-01-preview, 2023-10-27-preview.

suspend fun getTarget(argument: suspend GetTargetPlainArgsBuilder.() -> Unit): GetTargetResult
suspend fun getTarget(parentProviderNamespace: String, parentResourceName: String, parentResourceType: String, resourceGroupName: String, targetName: String): GetTargetResult