Image OSDisk Args
data class ImageOSDiskArgs(val blobUri: Output<String>? = null, val caching: Output<CachingTypes>? = null, val diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, val diskSizeGB: Output<Int>? = null, val managedDisk: Output<SubResourceArgs>? = null, val osState: Output<OperatingSystemStateTypes>, val osType: Output<OperatingSystemTypes>, val snapshot: Output<SubResourceArgs>? = null, val storageAccountType: Output<Either<String, StorageAccountTypes>>? = null) : ConvertibleToJava<ImageOSDiskArgs>
Describes an Operating System disk.
Constructors
Link copied to clipboard
fun ImageOSDiskArgs(blobUri: Output<String>? = null, caching: Output<CachingTypes>? = null, diskEncryptionSet: Output<DiskEncryptionSetParametersArgs>? = null, diskSizeGB: Output<Int>? = null, managedDisk: Output<SubResourceArgs>? = null, osState: Output<OperatingSystemStateTypes>, osType: Output<OperatingSystemTypes>, snapshot: Output<SubResourceArgs>? = null, storageAccountType: Output<Either<String, StorageAccountTypes>>? = null)