Compartir a través de


Schedules interface

Interfaz que representa una programación.

Métodos

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

Cree o actualice la programación.

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

Cree o actualice la programación.

beginDelete(string, string, string, SchedulesDeleteOptionalParams)

Eliminar programación.

beginDeleteAndWait(string, string, string, SchedulesDeleteOptionalParams)

Eliminar programación.

get(string, string, string, SchedulesGetOptionalParams)

Obtener programación.

list(string, string, SchedulesListOptionalParams)

Enumera las programaciones en el área de trabajo especificada.

Detalles del método

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

Cree o actualice la programación.

function beginCreateOrUpdate(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<Schedule>, Schedule>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre de programación.

body
Schedule

Definición de programación.

options
SchedulesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

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

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

Cree o actualice la programación.

function beginCreateOrUpdateAndWait(resourceGroupName: string, workspaceName: string, name: string, body: Schedule, options?: SchedulesCreateOrUpdateOptionalParams): Promise<Schedule>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre de programación.

body
Schedule

Definición de programación.

options
SchedulesCreateOrUpdateOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Schedule>

beginDelete(string, string, string, SchedulesDeleteOptionalParams)

Eliminar programación.

function beginDelete(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre de programación.

options
SchedulesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

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

beginDeleteAndWait(string, string, string, SchedulesDeleteOptionalParams)

Eliminar programación.

function beginDeleteAndWait(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesDeleteOptionalParams): Promise<void>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre de programación.

options
SchedulesDeleteOptionalParams

Parámetros de opciones.

Devoluciones

Promise<void>

get(string, string, string, SchedulesGetOptionalParams)

Obtener programación.

function get(resourceGroupName: string, workspaceName: string, name: string, options?: SchedulesGetOptionalParams): Promise<Schedule>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

name

string

Nombre de programación.

options
SchedulesGetOptionalParams

Parámetros de opciones.

Devoluciones

Promise<Schedule>

list(string, string, SchedulesListOptionalParams)

Enumera las programaciones en el área de trabajo especificada.

function list(resourceGroupName: string, workspaceName: string, options?: SchedulesListOptionalParams): PagedAsyncIterableIterator<Schedule, Schedule[], PageSettings>

Parámetros

resourceGroupName

string

Nombre del grupo de recursos. El nombre no distingue mayúsculas de minúsculas.

workspaceName

string

Nombre del área de trabajo de Azure Machine Learning.

options
SchedulesListOptionalParams

Parámetros de opciones.

Devoluciones