TaskHubsOperations interface

Interfejs reprezentujący operacje TaskHubs.

Właściwości

createOrUpdate

Tworzenie lub aktualizowanie centrum zadań

delete
get

Pobieranie centrum zadań

listByScheduler

Wyświetlanie listy centrów zadań

Szczegóły właściwości

createOrUpdate

Tworzenie lub aktualizowanie centrum zadań

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

Wartość właściwości

(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>

Wartość właściwości

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

get

Pobieranie centrum zadań

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

Wartość właściwości

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

listByScheduler

Wyświetlanie listy centrów zadań

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

Wartość właściwości

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