GetAutoExportJobPlainArgs

data class GetAutoExportJobPlainArgs(val amlFilesystemName: String, val autoExportJobName: String, val resourceGroupName: String) : ConvertibleToJava<GetAutoExportJobPlainArgs>

Constructors

Link copied to clipboard
constructor(amlFilesystemName: String, autoExportJobName: String, resourceGroupName: String)

Properties

Link copied to clipboard

Name for the AML file system. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

Link copied to clipboard

Name for the auto export job. Allows alphanumerics, underscores, and hyphens. Start and end with alphanumeric.

Link copied to clipboard

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

Functions

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