次の方法で共有


Schedules interface

スケジュールを表すインターフェイス。

メソッド

beginCreateOrUpdate(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

スケジュールを作成または更新します。

beginCreateOrUpdateAndWait(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

スケジュールを作成または更新します。

beginDelete(string, string, string, string, SchedulesDeleteOptionalParams)

スケジュール済みを削除します。

beginDeleteAndWait(string, string, string, string, SchedulesDeleteOptionalParams)

スケジュール済みを削除します。

beginUpdate(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

スケジュール済みを部分的に更新します。

beginUpdateAndWait(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

スケジュール済みを部分的に更新します。

get(string, string, string, string, SchedulesGetOptionalParams)

スケジュール リソースを取得します。

listByPool(string, string, string, SchedulesListByPoolOptionalParams)

プールのスケジュールを一覧表示します

メソッドの詳細

beginCreateOrUpdate(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

スケジュールを作成または更新します。

function beginCreateOrUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

body
Schedule

スケジュールされたタスクを表します

options
SchedulesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>

beginCreateOrUpdateAndWait(string, string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)

スケジュールを作成または更新します。

function beginCreateOrUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<Schedule>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

body
Schedule

スケジュールされたタスクを表します

options
SchedulesCreateOrUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Schedule>

beginDelete(string, string, string, string, SchedulesDeleteOptionalParams)

スケジュール済みを削除します。

function beginDelete(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<SchedulesDeleteHeaders>, SchedulesDeleteHeaders>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

options
SchedulesDeleteOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<SchedulesDeleteHeaders>, SchedulesDeleteHeaders>>

beginDeleteAndWait(string, string, string, string, SchedulesDeleteOptionalParams)

スケジュール済みを削除します。

function beginDeleteAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesDeleteOptionalParams): Promise<SchedulesDeleteHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

options
SchedulesDeleteOptionalParams

オプション パラメーター。

戻り値

beginUpdate(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

スケジュール済みを部分的に更新します。

function beginUpdate(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

body
ScheduleUpdate

スケジュールされたタスクを表します。

options
SchedulesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>

beginUpdateAndWait(string, string, string, string, ScheduleUpdate, SchedulesUpdateOptionalParams)

スケジュール済みを部分的に更新します。

function beginUpdateAndWait(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, body: ScheduleUpdate, options?: SchedulesUpdateOptionalParams): Promise<Schedule>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

body
ScheduleUpdate

スケジュールされたタスクを表します。

options
SchedulesUpdateOptionalParams

オプション パラメーター。

戻り値

Promise<Schedule>

get(string, string, string, string, SchedulesGetOptionalParams)

スケジュール リソースを取得します。

function get(resourceGroupName: string, projectName: string, poolName: string, scheduleName: string, options?: SchedulesGetOptionalParams): Promise<Schedule>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

scheduleName

string

一意に識別するスケジュールの名前。

options
SchedulesGetOptionalParams

オプション パラメーター。

戻り値

Promise<Schedule>

listByPool(string, string, string, SchedulesListByPoolOptionalParams)

プールのスケジュールを一覧表示します

function listByPool(resourceGroupName: string, projectName: string, poolName: string, options?: SchedulesListByPoolOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前では大文字と小文字が区別されません。

projectName

string

プロジェクトの名前。

poolName

string

プールの名前。

options
SchedulesListByPoolOptionalParams

オプション パラメーター。

戻り値