get Capability
Get a Capability resource that extends a Target resource. API Version: 2021-09-15-preview.
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
capability Name
String that represents a Capability resource name.
parent Provider Namespace
String that represents a resource provider namespace.
parent Resource Name
String that represents a resource name.
parent Resource Type
String that represents a resource type.
resource Group Name
String that represents an Azure resource group.
target Name
String that represents a Target resource name.
See also
suspend fun getCapability(argument: suspend GetCapabilityPlainArgsBuilder.() -> Unit): GetCapabilityResult
Return
Model that represents a Capability resource.
Parameters
argument
Builder for com.pulumi.azurenative.chaos.kotlin.inputs.GetCapabilityPlainArgs.