getImportJob

Returns an import job. Uses Azure REST API version 2024-03-01.

Return

An import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Parameters

argument

null


suspend fun getImportJob(amlFilesystemName: String, importJobName: String, resourceGroupName: String): GetImportJobResult

Return

An import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Parameters

amlFilesystemName

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

importJobName

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

resourceGroupName

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

See also


Return

An import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md

Parameters

argument

Builder for com.pulumi.azurenative.storagecache.kotlin.inputs.GetImportJobPlainArgs.

See also