GetJobDefinitionPlainArgs

data class GetJobDefinitionPlainArgs(val jobDefinitionName: String, val projectName: String, val resourceGroupName: String, val storageMoverName: String) : ConvertibleToJava<GetJobDefinitionPlainArgs>

Constructors

Link copied to clipboard
constructor(jobDefinitionName: String, projectName: String, resourceGroupName: String, storageMoverName: String)

Properties

Link copied to clipboard

The name of the Job Definition resource.

Link copied to clipboard

The name of the Project resource.

Link copied to clipboard

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

Link copied to clipboard

The name of the Storage Mover resource.

Functions

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