Schedules interface
スケジュールを表すインターフェイス。
メソッド
| begin |
スケジュールを作成または更新します。 |
| begin |
スケジュールを作成または更新します。 |
| begin |
スケジュールを削除します。 |
| begin |
スケジュールを削除します。 |
| get(string, string, string, Schedules |
スケジュールを取得します。 |
| list(string, string, Schedules |
指定したワークスペースのスケジュールを一覧表示します。 |
メソッドの詳細
beginCreateOrUpdate(string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)
スケジュールを作成または更新します。
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- name
-
string
スケジュール名。
- body
- Schedule
スケジュール定義。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>
beginCreateOrUpdateAndWait(string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)
スケジュールを作成または更新します。
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<Schedule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- name
-
string
スケジュール名。
- body
- Schedule
スケジュール定義。
オプション パラメーター。
戻り値
Promise<Schedule>
beginDelete(string, string, string, SchedulesDeleteOptionalParams)
スケジュールを削除します。
function beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- name
-
string
スケジュール名。
- options
- SchedulesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SchedulesDeleteOptionalParams)
スケジュールを削除します。
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- name
-
string
スケジュール名。
- options
- SchedulesDeleteOptionalParams
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, SchedulesGetOptionalParams)
スケジュールを取得します。
function get(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesGetOptionalParams): Promise<Schedule>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- name
-
string
スケジュール名。
- options
- SchedulesGetOptionalParams
オプション パラメーター。
戻り値
Promise<Schedule>
list(string, string, SchedulesListOptionalParams)
指定したワークスペースのスケジュールを一覧表示します。
function list(resourceGroupName: string, workspaceName: string, options?: SchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
Azure Machine Learning ワークスペースの名前。
- options
- SchedulesListOptionalParams
オプション パラメーター。