getTarget

Get a Target resource that extends a tracked regional resource. API Version: 2021-09-15-preview.

Return

Model that represents a Target resource.

Parameters

argument

null


suspend fun getTarget(parentProviderNamespace: String, parentResourceName: String, parentResourceType: String, resourceGroupName: String, targetName: String): GetTargetResult

Return

Model that represents a Target resource.

Parameters

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


suspend fun getTarget(argument: suspend GetTargetPlainArgsBuilder.() -> Unit): GetTargetResult

Return

Model that represents a Target resource.

Parameters

argument

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

See also