StartStopManagedInstanceSchedulesOperations interface

StartStopManagedInstanceSchedules 작업을 나타내는 인터페이스.

속성

createOrUpdate

관리되는 인스턴스의 시작/중지 스케줄을 생성하거나 업데이트합니다.

delete

관리되는 인스턴스의 시작/중지 스케줄을 삭제합니다.

get

관리되는 인스턴스의 시작/중지 스케줄을 받습니다.

listByInstance

관리되는 인스턴스의 시작/중지 스케줄을 나열합니다.

속성 세부 정보

createOrUpdate

관리되는 인스턴스의 시작/중지 스케줄을 생성하거나 업데이트합니다.

createOrUpdate: (resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, parameters: StartStopManagedInstanceSchedule, options?: StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams) => Promise<StartStopManagedInstanceSchedule>

속성 값

(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, parameters: StartStopManagedInstanceSchedule, options?: StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams) => Promise<StartStopManagedInstanceSchedule>

delete

관리되는 인스턴스의 시작/중지 스케줄을 삭제합니다.

delete: (resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesDeleteOptionalParams) => Promise<void>

속성 값

(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesDeleteOptionalParams) => Promise<void>

get

관리되는 인스턴스의 시작/중지 스케줄을 받습니다.

get: (resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesGetOptionalParams) => Promise<StartStopManagedInstanceSchedule>

속성 값

(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesGetOptionalParams) => Promise<StartStopManagedInstanceSchedule>

listByInstance

관리되는 인스턴스의 시작/중지 스케줄을 나열합니다.

listByInstance: (resourceGroupName: string, managedInstanceName: string, options?: StartStopManagedInstanceSchedulesListByInstanceOptionalParams) => PagedAsyncIterableIterator<StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedule[], PageSettings>

속성 값

(resourceGroupName: string, managedInstanceName: string, options?: StartStopManagedInstanceSchedulesListByInstanceOptionalParams) => PagedAsyncIterableIterator<StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedule[], PageSettings>