Schedules interface
スケジュールを表すインターフェイス。
メソッド
メソッドの詳細
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 パラメーター。
戻り値
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 パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
Promise<SchedulesDeleteHeaders>
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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
options パラメーター。
戻り値
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 パラメーター。