Schedules interface
Interface representing a Schedules.
Methods
begin |
Create or update schedule. |
begin |
Create or update schedule. |
begin |
Delete schedule. |
begin |
Delete schedule. |
get(string, string, string, Schedules |
Get schedule. |
list(string, string, Schedules |
List schedules in specified workspace. |
Method Details
beginCreateOrUpdate(string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)
Create or update schedule.
function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Schedule name.
- body
- Schedule
Schedule definition.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<Schedule>, Schedule>>
beginCreateOrUpdateAndWait(string, string, string, Schedule, SchedulesCreateOrUpdateOptionalParams)
Create or update schedule.
function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<Schedule>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Schedule name.
- body
- Schedule
Schedule definition.
The options parameters.
Returns
Promise<Schedule>
beginDelete(string, string, string, SchedulesDeleteOptionalParams)
Delete schedule.
function beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Schedule name.
- options
- SchedulesDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, SchedulesDeleteOptionalParams)
Delete schedule.
function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Schedule name.
- options
- SchedulesDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, SchedulesGetOptionalParams)
Get schedule.
function get(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesGetOptionalParams): Promise<Schedule>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- name
-
string
Schedule name.
- options
- SchedulesGetOptionalParams
The options parameters.
Returns
Promise<Schedule>
list(string, string, SchedulesListOptionalParams)
List schedules in specified workspace.
function list(resourceGroupName: string, workspaceName: string, options?: SchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
Name of Azure Machine Learning workspace.
- options
- SchedulesListOptionalParams
The options parameters.