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