Security Posture Reference Response
data class SecurityPostureReferenceResponse(val excludeExtensions: List<VirtualMachineExtensionResponse>? = null, val id: String? = null)
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 SecurityPostureReferenceResponse(excludeExtensions: List<VirtualMachineExtensionResponse>? = null, id: String? = null)