ArmComputeScheduleModelFactory.ScheduledActionPatch Method

Definition

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.

Applies to