ScheduleOperations class
ScheduleOperations를 나타내는 클래스입니다.
생성자
Schedule |
ScheduleOperations를 만듭니다. |
메서드
생성자 세부 정보
ScheduleOperations(AutomationClientContext)
ScheduleOperations를 만듭니다.
new ScheduleOperations(client: AutomationClientContext)
매개 변수
- client
- AutomationClientContext
서비스 클라이언트에 대한 참조입니다.
메서드 세부 정보
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase)
일정을 만듭니다.
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleCreateOrUpdateResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- parameters
- ScheduleCreateOrUpdateParameters
만들기 또는 업데이트 일정 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ScheduleCreateOrUpdateResponse>
Promise<Models.ScheduleCreateOrUpdateResponse>
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- parameters
- ScheduleCreateOrUpdateParameters
만들기 또는 업데이트 일정 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
createOrUpdate(string, string, string, ScheduleCreateOrUpdateParameters, ServiceCallback<Schedule>)
function createOrUpdate(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleCreateOrUpdateParameters, callback: ServiceCallback<Schedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- parameters
- ScheduleCreateOrUpdateParameters
만들기 또는 업데이트 일정 작업에 제공된 매개 변수입니다.
- callback
콜백
deleteMethod(string, string, string, RequestOptionsBase)
일정 이름으로 식별된 일정을 삭제합니다.
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<RestResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<RestResponse>
Promise<msRest.RestResponse>
deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
-
ServiceCallback<void>
콜백
deleteMethod(string, string, string, ServiceCallback<void>)
function deleteMethod(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<void>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- callback
-
ServiceCallback<void>
콜백
get(string, string, string, RequestOptionsBase)
일정 이름으로 식별된 일정을 검색합니다.
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options?: RequestOptionsBase): Promise<ScheduleGetResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ScheduleGetResponse>
Promise<Models.ScheduleGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<Schedule>)
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
get(string, string, string, ServiceCallback<Schedule>)
function get(resourceGroupName: string, automationAccountName: string, scheduleName: string, callback: ServiceCallback<Schedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- callback
콜백
listByAutomationAccount(string, string, RequestOptionsBase)
일정 목록을 검색합니다.
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ScheduleListByAutomationAccountResponse>
listByAutomationAccount(string, string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listByAutomationAccount(string, string, ServiceCallback<ScheduleListResult>)
function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<ScheduleListResult>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- callback
콜백
listByAutomationAccountNext(string, RequestOptionsBase)
일정 목록을 검색합니다.
function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<ScheduleListByAutomationAccountNextResponse>
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<Models.ScheduleListByAutomationAccountNextResponse>
listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<ScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<ScheduleListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
listByAutomationAccountNext(string, ServiceCallback<ScheduleListResult>)
function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<ScheduleListResult>)
매개 변수
- nextPageLink
-
string
이전에 성공한 목록 작업 호출의 NextLink입니다.
- callback
콜백
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase)
일정 이름으로 식별되는 일정을 업데이트합니다.
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options?: RequestOptionsBase): Promise<ScheduleUpdateResponse>
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- parameters
- ScheduleUpdateParameters
업데이트 일정 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
반환
Promise<ScheduleUpdateResponse>
Promise<Models.ScheduleUpdateResponse>
update(string, string, string, ScheduleUpdateParameters, RequestOptionsBase, ServiceCallback<Schedule>)
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Schedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- parameters
- ScheduleUpdateParameters
업데이트 일정 작업에 제공된 매개 변수입니다.
- options
- RequestOptionsBase
선택적 매개 변수
- callback
콜백
update(string, string, string, ScheduleUpdateParameters, ServiceCallback<Schedule>)
function update(resourceGroupName: string, automationAccountName: string, scheduleName: string, parameters: ScheduleUpdateParameters, callback: ServiceCallback<Schedule>)
매개 변수
- resourceGroupName
-
string
Azure 리소스 그룹의 이름입니다.
- automationAccountName
-
string
자동화 계정의 이름입니다.
- scheduleName
-
string
일정 이름입니다.
- parameters
- ScheduleUpdateParameters
업데이트 일정 작업에 제공된 매개 변수입니다.
- callback
콜백