OSPolicy Args
data class OSPolicyArgs(val allowNoResourceGroupMatch: Output<Boolean>? = null, val description: Output<String>? = null, val id: Output<String>, val mode: Output<OSPolicyMode>, val resourceGroups: Output<List<OSPolicyResourceGroupArgs>>) : ConvertibleToJava<OSPolicyArgs>
An OS policy defines the desired state configuration for a VM.
Constructors
Link copied to clipboard
fun OSPolicyArgs(allowNoResourceGroupMatch: Output<Boolean>? = null, description: Output<String>? = null, id: Output<String>, mode: Output<OSPolicyMode>, resourceGroups: Output<List<OSPolicyResourceGroupArgs>>)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
List of resource groups for the policy. For a particular VM, resource groups are evaluated in the order specified and the first resource group that is applicable is selected and the rest are ignored. If none of the resource groups are applicable for a VM, the VM is considered to be non-compliant w.r.t this policy. This behavior can be toggled by the flag allow_no_resource_group_match