SUCScheduleProperties 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
일정 매개 변수의 정의입니다.
public class SUCScheduleProperties
type SUCScheduleProperties = class
Public Class SUCScheduleProperties
- 상속
-
SUCScheduleProperties
생성자
SUCScheduleProperties() |
SUCScheduleProperties 클래스의 새 instance 초기화합니다. |
SUCScheduleProperties(DateTimeOffset, Double, Nullable<DateTimeOffset>, Double, Nullable<Boolean>, Nullable<DateTimeOffset>, Double, Nullable<Int64>, String, String, AdvancedSchedule, DateTimeOffset, DateTimeOffset, String) |
SUCScheduleProperties 클래스의 새 instance 초기화합니다. |
속성
AdvancedSchedule |
고급 일정을 가져오거나 설정합니다. |
CreationTime |
생성 시간을 가져오거나 설정합니다. |
Description |
설명을 가져오거나 설정합니다. |
ExpiryTime |
일정의 종료 시간을 가져오거나 설정합니다. |
ExpiryTimeOffsetMinutes |
만료 시간의 오프셋(분)을 가져오거나 설정합니다. |
Frequency |
일정의 빈도를 가져오거나 설정합니다. 가능한 값으로는 'OneTime', 'Day', 'Hour', 'Week', 'Month', 'Minute' 등이 있습니다. |
Interval |
일정의 간격을 가져오거나 설정합니다. |
IsEnabled |
이 일정을 사용할 수 있는지 여부를 나타내는 값을 가져오거나 설정합니다. |
LastModifiedTime |
마지막으로 수정한 시간을 가져오거나 설정합니다. |
NextRun |
일정의 다음 런타임을 가져오거나 설정합니다. |
NextRunOffsetMinutes |
다음 런타임의 오프셋(분)을 가져오거나 설정합니다. |
StartTime |
일정의 시작 시간을 가져오거나 설정합니다. |
StartTimeOffsetMinutes |
시작 시간의 오프셋(분)을 가져옵니다. |
TimeZone |
일정의 표준 시간대를 가져오거나 설정합니다. |
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET