ArmComputeScheduleModelFactory.ScheduledActionPatch Method
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.
The type used for update operations of the ScheduledAction.
public static Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionPatch ScheduledActionPatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionPatchProperties properties = default);
static member ScheduledActionPatch : System.Collections.Generic.IDictionary<string, string> * Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionPatchProperties -> Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionPatch
Public Shared Function ScheduledActionPatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional properties As ScheduledActionPatchProperties = Nothing) As ScheduledActionPatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- properties
- ScheduledActionPatchProperties
The resource-specific properties for this resource.
Returns
A new ScheduledActionPatch instance for mocking.