CustomImageArgs

constructor(author: Output<String>? = null, customImagePlan: Output<CustomImagePropertiesFromPlanArgs>? = null, dataDiskStorageInfo: Output<List<DataDiskStorageTypeInfoArgs>>? = null, description: Output<String>? = null, isPlanAuthorized: Output<Boolean>? = null, labName: Output<String>? = null, location: Output<String>? = null, managedImageId: Output<String>? = null, managedSnapshotId: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, tags: Output<Map<String, String>>? = null, vhd: Output<CustomImagePropertiesCustomArgs>? = null, vm: Output<CustomImagePropertiesFromVmArgs>? = null)