StartStopManagedInstanceSchedules interface
表示 StartStopManagedInstanceSchedules 的介面。
方法
方法詳細資料
createOrUpdate(string, string, string, StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams)
建立或更新受控實例的啟動/停止排程。
function createOrUpdate(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, parameters: StartStopManagedInstanceSchedule, options?: StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams): Promise<StartStopManagedInstanceSchedule>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- managedInstanceName
-
string
受管理的執行個體名稱。
- startStopScheduleName
-
string
受控實例的啟動/停止排程名稱。
- parameters
- StartStopManagedInstanceSchedule
要求的受控實例啟動/停止排程。
傳回
Promise<StartStopManagedInstanceSchedule>
delete(string, string, string, StartStopManagedInstanceSchedulesDeleteOptionalParams)
刪除受控實例的啟動/停止排程。
function delete(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesDeleteOptionalParams): Promise<void>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- managedInstanceName
-
string
受管理的執行個體名稱。
- startStopScheduleName
-
string
受控實例的啟動/停止排程名稱。
選項參數。
傳回
Promise<void>
get(string, string, string, StartStopManagedInstanceSchedulesGetOptionalParams)
取得受控實例的開始/停止排程。
function get(resourceGroupName: string, managedInstanceName: string, startStopScheduleName: string, options?: StartStopManagedInstanceSchedulesGetOptionalParams): Promise<StartStopManagedInstanceSchedule>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- managedInstanceName
-
string
受管理的執行個體名稱。
- startStopScheduleName
-
string
受控實例的啟動/停止排程名稱。
選項參數。
傳回
Promise<StartStopManagedInstanceSchedule>
listByInstance(string, string, StartStopManagedInstanceSchedulesListByInstanceOptionalParams)
列出受控實例的啟動/停止排程。
function listByInstance(resourceGroupName: string, managedInstanceName: string, options?: StartStopManagedInstanceSchedulesListByInstanceOptionalParams): PagedAsyncIterableIterator<StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedule[], PageSettings>
參數
- resourceGroupName
-
string
包含資源的資源群組名稱。 您可以從 Azure 資源管理員 API 或入口網站取得這個值。
- managedInstanceName
-
string
受管理的執行個體名稱。