ArmComputeScheduleModelFactory.UserRequestSchedule 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.
Initializes a new instance of UserRequestSchedule.
public static Azure.ResourceManager.ComputeSchedule.Models.UserRequestSchedule UserRequestSchedule (DateTimeOffset? deadline = default, DateTimeOffset? userRequestDeadline = default, string timezone = default, string userRequestTimezone = default, Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionDeadlineType deadlineType = default);
static member UserRequestSchedule : Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * string * string * Azure.ResourceManager.ComputeSchedule.Models.ScheduledActionDeadlineType -> Azure.ResourceManager.ComputeSchedule.Models.UserRequestSchedule
Public Shared Function UserRequestSchedule (Optional deadline As Nullable(Of DateTimeOffset) = Nothing, Optional userRequestDeadline As Nullable(Of DateTimeOffset) = Nothing, Optional timezone As String = Nothing, Optional userRequestTimezone As String = Nothing, Optional deadlineType As ScheduledActionDeadlineType = Nothing) As UserRequestSchedule
Parameters
- deadline
- Nullable<DateTimeOffset>
The deadline for the operation.
- userRequestDeadline
- Nullable<DateTimeOffset>
The deadline for the operation.
- timezone
- String
The timezone for the operation.
- userRequestTimezone
- String
The timezone for the operation.
- deadlineType
- ScheduledActionDeadlineType
The deadlinetype of the operation, this can either be InitiateAt or CompleteBy.
Returns
A new UserRequestSchedule instance for mocking.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET