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>