StartStopManagedInstanceSchedulesOperations interface
代表 StartStopManagedInstanceSchedules 操作的介面。
屬性
| create |
建立或更新受管理實例的啟動/停止排程。 |
| delete | 刪除被管理實例的開始/停止排程。 |
| get | 取得受管理實例的開始/停止行程。 |
| list |
列出受管理實例的開始/停止排程。 |
屬性詳細資料
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>