get Connector Dryrun
get a dryrun job Uses Azure REST API version 2022-11-01-preview. Other available API versions: 2023-04-01-preview, 2024-04-01, 2024-07-01-preview.
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
dryrun Name
The name of dryrun.
location
The name of Azure region.
resource Group Name
The name of the resource group. The name is case insensitive.
subscription Id
The ID of the target subscription.
See also
suspend fun getConnectorDryrun(argument: suspend GetConnectorDryrunPlainArgsBuilder.() -> Unit): GetConnectorDryrunResult
Return
a dryrun job resource
Parameters
argument
Builder for com.pulumi.azurenative.servicelinker.kotlin.inputs.GetConnectorDryrunPlainArgs.