SharedImageArgs

constructor(acceleratedNetworkSupportEnabled: Output<Boolean>? = null, architecture: Output<String>? = null, confidentialVmEnabled: Output<Boolean>? = null, confidentialVmSupported: Output<Boolean>? = null, description: Output<String>? = null, diskControllerTypeNvmeEnabled: Output<Boolean>? = null, diskTypesNotAlloweds: Output<List<String>>? = null, endOfLifeDate: Output<String>? = null, eula: Output<String>? = null, galleryName: Output<String>? = null, hibernationEnabled: Output<Boolean>? = null, hyperVGeneration: Output<String>? = null, identifier: Output<SharedImageIdentifierArgs>? = null, location: Output<String>? = null, maxRecommendedMemoryInGb: Output<Int>? = null, maxRecommendedVcpuCount: Output<Int>? = null, minRecommendedMemoryInGb: Output<Int>? = null, minRecommendedVcpuCount: Output<Int>? = null, name: Output<String>? = null, osType: Output<String>? = null, privacyStatementUri: Output<String>? = null, purchasePlan: Output<SharedImagePurchasePlanArgs>? = null, releaseNoteUri: Output<String>? = null, resourceGroupName: Output<String>? = null, specialized: Output<Boolean>? = null, tags: Output<Map<String, String>>? = null, trustedLaunchEnabled: Output<Boolean>? = null, trustedLaunchSupported: Output<Boolean>? = null)