ScheduledActionResourcePatchContent Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ScheduledActionResourcePatchContent.
public ScheduledActionResourcePatchContent(System.Collections.Generic.IEnumerable<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionResourceData> resources);
new Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionResourcePatchContent : seq<Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionResourceData> -> Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionResourcePatchContent
Public Sub New (resources As IEnumerable(Of ScheduledActionResourceData))
Parameters
- resources
- IEnumerable<ScheduledActionResourceData>
The list of resources we watch to patch.
Exceptions
resources is null.