Security Posture Reference Args
    data class SecurityPostureReferenceArgs(val excludeExtensions: Output<List<VirtualMachineExtensionArgs>>? = null, val id: Output<String>? = null) : ConvertibleToJava<SecurityPostureReferenceArgs> 
Specifies the security posture to be used for all virtual machines in the scale set. Minimum api-version: 2023-03-01
Constructors
Link copied to clipboard
                fun SecurityPostureReferenceArgs(excludeExtensions: Output<List<VirtualMachineExtensionArgs>>? = null, id: Output<String>? = null)