AssignmentDynamicScopeArgs

data class AssignmentDynamicScopeArgs(val filter: Output<AssignmentDynamicScopeFilterArgs>? = null, val maintenanceConfigurationId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<AssignmentDynamicScopeArgs>

Manages a Dynamic Maintenance Assignment.

Note: Only valid for InGuestPatch Maintenance Configuration Scopes.

Import

Dynamic Maintenance Assignments can be imported using the resource id, e.g.

$ pulumi import azure:maintenance/assignmentDynamicScope:AssignmentDynamicScope example /subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.Maintenance/configurationAssignments/assignmentName

Constructors

Link copied to clipboard
constructor(filter: Output<AssignmentDynamicScopeFilterArgs>? = null, maintenanceConfigurationId: Output<String>? = null, name: Output<String>? = null)

Properties

Link copied to clipboard

A filter block as defined below.

Link copied to clipboard
val maintenanceConfigurationId: Output<String>? = null

The ID of the Maintenance Configuration Resource. Changing this forces a new Dynamic Maintenance Assignment to be created.

Link copied to clipboard
val name: Output<String>? = null

The name which should be used for this Dynamic Maintenance Assignment. Changing this forces a new Dynamic Maintenance Assignment to be created.

Functions

Link copied to clipboard
open override fun toJava(): AssignmentDynamicScopeArgs