Managed Disk Args
constructor(createOption: Output<String>? = null, diskAccessId: Output<String>? = null, diskEncryptionSetId: Output<String>? = null, diskIopsReadOnly: Output<Int>? = null, diskIopsReadWrite: Output<Int>? = null, diskMbpsReadOnly: Output<Int>? = null, diskMbpsReadWrite: Output<Int>? = null, diskSizeGb: Output<Int>? = null, edgeZone: Output<String>? = null, encryptionSettings: Output<ManagedDiskEncryptionSettingsArgs>? = null, galleryImageReferenceId: Output<String>? = null, hyperVGeneration: Output<String>? = null, imageReferenceId: Output<String>? = null, location: Output<String>? = null, logicalSectorSize: Output<Int>? = null, maxShares: Output<Int>? = null, name: Output<String>? = null, networkAccessPolicy: Output<String>? = null, onDemandBurstingEnabled: Output<Boolean>? = null, optimizedFrequentAttachEnabled: Output<Boolean>? = null, osType: Output<String>? = null, performancePlusEnabled: Output<Boolean>? = null, publicNetworkAccessEnabled: Output<Boolean>? = null, resourceGroupName: Output<String>? = null, secureVmDiskEncryptionSetId: Output<String>? = null, securityType: Output<String>? = null, sourceResourceId: Output<String>? = null, sourceUri: Output<String>? = null, storageAccountId: Output<String>? = null, storageAccountType: Output<String>? = null, tags: Output<Map<String, String>>? = null, tier: Output<String>? = null, trustedLaunchEnabled: Output<Boolean>? = null, uploadSizeBytes: Output<Int>? = null, zone: Output<String>? = null)