ChaosFunctions

Functions

Link copied to clipboard

Get a Capability resource that extends a Target resource. Uses Azure REST API version 2024-03-22-preview. Other available API versions: 2023-04-15-preview, 2023-09-01-preview, 2023-10-27-preview, 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.

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

Get a Experiment resource. Uses Azure REST API version 2024-03-22-preview. Other available API versions: 2023-04-15-preview, 2023-09-01-preview, 2023-10-27-preview, 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.

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

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.

suspend fun getExperimentExecutionDetails(executionId: String, experimentName: String, resourceGroupName: String): GetExperimentExecutionDetailsResult
Link copied to clipboard

Get a private access resource Uses Azure REST API version 2024-03-22-preview. Other available API versions: 2023-10-27-preview, 2024-11-01-preview. 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.

suspend fun getPrivateAccess(privateAccessName: String, resourceGroupName: String): GetPrivateAccessResult
Link copied to clipboard

Get a Target resource that extends a tracked regional resource. Uses Azure REST API version 2024-03-22-preview. Other available API versions: 2023-04-15-preview, 2023-09-01-preview, 2023-10-27-preview, 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.

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