Compartir a través de


TaskHubsOperations interface

Interfaz que representa una operación de TaskHubs.

Propiedades

createOrUpdate

Crear o actualizar un centro de tareas

delete
get

Obtener un centro de tareas

listByScheduler

Enumeración de centros de tareas

Detalles de las propiedades

createOrUpdate

Crear o actualizar un centro de tareas

createOrUpdate: (resourceGroupName: string, schedulerName: string, taskHubName: string, resource: TaskHub, options?: TaskHubsCreateOrUpdateOptionalParams) => PollerLike<OperationState<TaskHub>, TaskHub>

Valor de propiedad

(resourceGroupName: string, schedulerName: string, taskHubName: string, resource: TaskHub, options?: TaskHubsCreateOrUpdateOptionalParams) => PollerLike<OperationState<TaskHub>, TaskHub>

delete

delete: (resourceGroupName: string, schedulerName: string, taskHubName: string, options?: TaskHubsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

Valor de propiedad

(resourceGroupName: string, schedulerName: string, taskHubName: string, options?: TaskHubsDeleteOptionalParams) => PollerLike<OperationState<void>, void>

get

Obtener un centro de tareas

get: (resourceGroupName: string, schedulerName: string, taskHubName: string, options?: TaskHubsGetOptionalParams) => Promise<TaskHub>

Valor de propiedad

(resourceGroupName: string, schedulerName: string, taskHubName: string, options?: TaskHubsGetOptionalParams) => Promise<TaskHub>

listByScheduler

Enumeración de centros de tareas

listByScheduler: (resourceGroupName: string, schedulerName: string, options?: TaskHubsListBySchedulerOptionalParams) => PagedAsyncIterableIterator<TaskHub, TaskHub[], PageSettings>

Valor de propiedad

(resourceGroupName: string, schedulerName: string, options?: TaskHubsListBySchedulerOptionalParams) => PagedAsyncIterableIterator<TaskHub, TaskHub[], PageSettings>