getConnectorDryrun

get a dryrun job Uses Azure REST API version 2024-04-01. Other available API versions: 2022-11-01-preview, 2023-04-01-preview, 2024-07-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native servicelinker [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

a dryrun job resource

Parameters

argument

null


suspend fun getConnectorDryrun(dryrunName: String, location: String, resourceGroupName: String, subscriptionId: String? = null): GetConnectorDryrunResult

Return

a dryrun job resource

Parameters

dryrunName

The name of dryrun.

location

The name of Azure region.

resourceGroupName

The name of the resource group. The name is case insensitive.

subscriptionId

The ID of the target subscription.

See also


Return

a dryrun job resource

Parameters

argument

Builder for com.pulumi.azurenative.servicelinker.kotlin.inputs.GetConnectorDryrunPlainArgs.

See also