你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StartStopManagedInstanceSchedules interface

表示 StartStopManagedInstanceSchedules 的接口。

方法

createOrUpdate(string, string, string, StartStopManagedInstanceSchedule, StartStopManagedInstanceSchedulesCreateOrUpdateOptionalParams)

创建或更新托管实例的启动/停止计划。

delete(string, string, string, StartStopManagedInstanceSchedulesDeleteOptionalParams)

删除托管实例的启动/停止计划。

get(string, string, string, StartStopManagedInstanceSchedulesGetOptionalParams)

获取托管实例的启动/停止计划。

listByInstance(string, string, StartStopManagedInstanceSchedulesListByInstanceOptionalParams)

列出托管实例的启动/停止计划。

方法详细信息

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

请求的托管实例启动/停止计划。

返回

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

托管实例启动/停止计划的名称。

返回

listByInstance(string, string, StartStopManagedInstanceSchedulesListByInstanceOptionalParams)

列出托管实例的启动/停止计划。

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

参数

resourceGroupName

string

包含该资源的资源组名称。 可以从 Azure 资源管理器 API 或门户获取此值。

managedInstanceName

string

托管实例的名称。

返回