CustomizationTasks interface

Interface representing a CustomizationTasks.

Method Details

get(string, string, string, string, CustomizationTasksGetOptionalParams)

Gets a Task from the catalog

function get(resourceGroupName: string, devCenterName: string, catalogName: string, taskName: string, options?: CustomizationTasksGetOptionalParams): Promise<CustomizationTask>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

catalogName

string

The name of the Catalog.

taskName

string

The name of the Task.

options
CustomizationTasksGetOptionalParams

The options parameters.

Returns

getErrorDetails(string, string, string, string, CustomizationTasksGetErrorDetailsOptionalParams)

Gets Customization Task error details

function getErrorDetails(resourceGroupName: string, devCenterName: string, catalogName: string, taskName: string, options?: CustomizationTasksGetErrorDetailsOptionalParams): Promise<CatalogResourceValidationErrorDetails>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

catalogName

string

The name of the Catalog.

taskName

string

The name of the Task.

options
CustomizationTasksGetErrorDetailsOptionalParams

The options parameters.

Returns

listByCatalog(string, string, string, CustomizationTasksListByCatalogOptionalParams)

List Tasks in the catalog.

function listByCatalog(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CustomizationTasksListByCatalogOptionalParams): PagedAsyncIterableIterator<CustomizationTask, CustomizationTask[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

devCenterName

string

The name of the devcenter.

catalogName

string

The name of the Catalog.

options
CustomizationTasksListByCatalogOptionalParams

The options parameters.

Returns