你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
GlobalSchedules interface
表示 GlobalSchedules 的接口。
方法
方法详细信息
beginExecute(string, string, GlobalSchedulesExecuteOptionalParams)
执行计划。 此作可能需要一段时间才能完成。
function beginExecute(resourceGroupName: string, name: string, options?: GlobalSchedulesExecuteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
选项参数。
返回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginExecuteAndWait(string, string, GlobalSchedulesExecuteOptionalParams)
执行计划。 此作可能需要一段时间才能完成。
function beginExecuteAndWait(resourceGroupName: string, name: string, options?: GlobalSchedulesExecuteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
选项参数。
返回
Promise<void>
beginRetarget(string, string, RetargetScheduleProperties, GlobalSchedulesRetargetOptionalParams)
更新计划的目标资源 ID。此作可能需要一段时间才能完成。
function beginRetarget(resourceGroupName: string, name: string, retargetScheduleProperties: RetargetScheduleProperties, options?: GlobalSchedulesRetargetOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
- retargetScheduleProperties
- RetargetScheduleProperties
用于重新定目标虚拟机计划的属性。
选项参数。
返回
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginRetargetAndWait(string, string, RetargetScheduleProperties, GlobalSchedulesRetargetOptionalParams)
更新计划的目标资源 ID。此作可能需要一段时间才能完成。
function beginRetargetAndWait(resourceGroupName: string, name: string, retargetScheduleProperties: RetargetScheduleProperties, options?: GlobalSchedulesRetargetOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
- retargetScheduleProperties
- RetargetScheduleProperties
用于重新定目标虚拟机计划的属性。
选项参数。
返回
Promise<void>
createOrUpdate(string, string, Schedule, GlobalSchedulesCreateOrUpdateOptionalParams)
创建或替换现有计划。
function createOrUpdate(resourceGroupName: string, name: string, schedule: Schedule, options?: GlobalSchedulesCreateOrUpdateOptionalParams): Promise<Schedule>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
- schedule
- Schedule
计划。
选项参数。
返回
Promise<Schedule>
delete(string, string, GlobalSchedulesDeleteOptionalParams)
删除计划。
function delete(resourceGroupName: string, name: string, options?: GlobalSchedulesDeleteOptionalParams): Promise<void>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
选项参数。
返回
Promise<void>
get(string, string, GlobalSchedulesGetOptionalParams)
获取计划。
function get(resourceGroupName: string, name: string, options?: GlobalSchedulesGetOptionalParams): Promise<Schedule>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
- options
- GlobalSchedulesGetOptionalParams
选项参数。
返回
Promise<Schedule>
listByResourceGroup(string, GlobalSchedulesListByResourceGroupOptionalParams)
列出资源组中的计划。
function listByResourceGroup(resourceGroupName: string, options?: GlobalSchedulesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
参数
- resourceGroupName
-
string
资源组的名称。
选项参数。
返回
listBySubscription(GlobalSchedulesListBySubscriptionOptionalParams)
列出订阅中的计划。
function listBySubscription(options?: GlobalSchedulesListBySubscriptionOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
参数
选项参数。
返回
update(string, string, ScheduleFragment, GlobalSchedulesUpdateOptionalParams)
允许修改计划的标记。 将忽略所有其他属性。
function update(resourceGroupName: string, name: string, schedule: ScheduleFragment, options?: GlobalSchedulesUpdateOptionalParams): Promise<Schedule>
参数
- resourceGroupName
-
string
资源组的名称。
- name
-
string
计划的名称。
- schedule
- ScheduleFragment
计划。
选项参数。
返回
Promise<Schedule>