GetConnectorDryrunPlainArgs

data class GetConnectorDryrunPlainArgs(val dryrunName: String, val location: String, val resourceGroupName: String, val subscriptionId: String? = null) : ConvertibleToJava<GetConnectorDryrunPlainArgs>

Constructors

Link copied to clipboard
constructor(dryrunName: String, location: String, resourceGroupName: String, subscriptionId: String? = null)

Properties

Link copied to clipboard

The name of dryrun.

Link copied to clipboard

The name of Azure region.

Link copied to clipboard

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

Link copied to clipboard
val subscriptionId: String? = null

The ID of the target subscription.

Functions

Link copied to clipboard
open override fun toJava(): GetConnectorDryrunPlainArgs