getCapability

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.

Return

Model that represents a Capability resource.

Parameters

argument

null


suspend fun getCapability(capabilityName: String, parentProviderNamespace: String, parentResourceName: String, parentResourceType: String, resourceGroupName: String, targetName: String): GetCapabilityResult

Return

Model that represents a Capability resource.

Parameters

capabilityName

String that represents a Capability resource name.

parentProviderNamespace

String that represents a resource provider namespace.

parentResourceName

String that represents a resource name.

parentResourceType

String that represents a resource type.

resourceGroupName

String that represents an Azure resource group.

targetName

String that represents a Target resource name.

See also


Return

Model that represents a Capability resource.

Parameters

argument

Builder for com.pulumi.azurenative.chaos.kotlin.inputs.GetCapabilityPlainArgs.

See also