Compartilhar via


Schedules interface

Interface que representa um Agendamentos.

Métodos

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

Crie ou atualize o agendamento.

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

Crie ou atualize o agendamento.

beginDelete(string, string, string, SchedulesDeleteOptionalParams)

Excluir agendamento.

beginDeleteAndWait(string, string, string, SchedulesDeleteOptionalParams)

Excluir agendamento.

get(string, string, string, SchedulesGetOptionalParams)

Obter agendamento.

list(string, string, SchedulesListOptionalParams)

Listar agendamentos no workspace especificado.

Detalhes do método

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

Crie ou atualize o agendamento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do workspace do Azure Machine Learning.

name

string

Nome da agenda.

body
Schedule

Definição de agendamento.

options
SchedulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

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

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

Crie ou atualize o agendamento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do workspace do Azure Machine Learning.

name

string

Nome da agenda.

body
Schedule

Definição de agendamento.

options
SchedulesCreateOrUpdateOptionalParams

Os parâmetros de opções.

Retornos

Promise<Schedule>

beginDelete(string, string, string, SchedulesDeleteOptionalParams)

Excluir agendamento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do workspace do Azure Machine Learning.

name

string

Nome da agenda.

options
SchedulesDeleteOptionalParams

Os parâmetros de opções.

Retornos

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

beginDeleteAndWait(string, string, string, SchedulesDeleteOptionalParams)

Excluir agendamento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do workspace do Azure Machine Learning.

name

string

Nome da agenda.

options
SchedulesDeleteOptionalParams

Os parâmetros de opções.

Retornos

Promise<void>

get(string, string, string, SchedulesGetOptionalParams)

Obter agendamento.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do workspace do Azure Machine Learning.

name

string

Nome da agenda.

options
SchedulesGetOptionalParams

Os parâmetros de opções.

Retornos

Promise<Schedule>

list(string, string, SchedulesListOptionalParams)

Listar agendamentos no workspace especificado.

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

Parâmetros

resourceGroupName

string

O nome do grupo de recursos. O nome não diferencia maiúsculas de minúsculas.

workspaceName

string

Nome do workspace do Azure Machine Learning.

options
SchedulesListOptionalParams

Os parâmetros de opções.

Retornos