ArmDevCenterModelFactory.DevCenterSchedulePatch 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.
public static Azure.ResourceManager.DevCenter.Models.DevCenterSchedulePatch DevCenterSchedulePatch(System.Collections.Generic.IDictionary<string,string> tags = default, Azure.Core.AzureLocation? location = default, Azure.ResourceManager.DevCenter.Models.DevCenterScheduledType? scheduledType = default, Azure.ResourceManager.DevCenter.Models.DevCenterScheduledFrequency? frequency = default, string time = default, string timeZone = default, Azure.ResourceManager.DevCenter.Models.DevCenterScheduleEnableStatus? state = default);
static member DevCenterSchedulePatch : System.Collections.Generic.IDictionary<string, string> * Nullable<Azure.Core.AzureLocation> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledType> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledFrequency> * string * string * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduleEnableStatus> -> Azure.ResourceManager.DevCenter.Models.DevCenterSchedulePatch
Public Shared Function DevCenterSchedulePatch (Optional tags As IDictionary(Of String, String) = Nothing, Optional location As Nullable(Of AzureLocation) = Nothing, Optional scheduledType As Nullable(Of DevCenterScheduledType) = Nothing, Optional frequency As Nullable(Of DevCenterScheduledFrequency) = Nothing, Optional time As String = Nothing, Optional timeZone As String = Nothing, Optional state As Nullable(Of DevCenterScheduleEnableStatus) = Nothing) As DevCenterSchedulePatch
Parameters
- tags
- IDictionary<String,String>
Resource tags.
- location
- Nullable<AzureLocation>
The geo-location where the resource lives.
- scheduledType
- Nullable<DevCenterScheduledType>
Supported type this scheduled task represents.
- frequency
- Nullable<DevCenterScheduledFrequency>
The frequency of this scheduled task.
- time
- String
The target time to trigger the action. The format is HH:MM.
- timeZone
- String
The IANA timezone id at which the schedule should execute.
Indicates whether or not this scheduled task is enabled.
Returns
A new DevCenterSchedulePatch instance for mocking.