Get Import Job Plain Args
data class GetImportJobPlainArgs(val amlFilesystemName: String, val importJobName: String, val resourceGroupName: String) : ConvertibleToJava<GetImportJobPlainArgs>
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 import 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.