Sdílet prostřednictvím


ArmDevCenterModelFactory.DevCenterScheduleData Method

Definition

Initializes a new instance of DevCenterScheduleData.

public static Azure.ResourceManager.DevCenter.DevCenterScheduleData DevCenterScheduleData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = 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, Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState? provisioningState = default);
static member DevCenterScheduleData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledType> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduledFrequency> * string * string * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterScheduleEnableStatus> * Nullable<Azure.ResourceManager.DevCenter.Models.DevCenterProvisioningState> -> Azure.ResourceManager.DevCenter.DevCenterScheduleData
Public Shared Function DevCenterScheduleData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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, Optional provisioningState As Nullable(Of DevCenterProvisioningState) = Nothing) As DevCenterScheduleData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

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.

state
Nullable<DevCenterScheduleEnableStatus>

Indicates whether or not this scheduled task is enabled.

provisioningState
Nullable<DevCenterProvisioningState>

The provisioning state of the resource.

Returns

A new DevCenterScheduleData instance for mocking.

Applies to