CustomizationTasks interface
Interface representing a CustomizationTasks.
Methods
| get(string, string, string, string, Customization |
Gets a Task from the catalog |
| get |
Gets Customization Task error details |
| list |
List Tasks in the catalog. |
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.
The options parameters.
Returns
Promise<CustomizationTask>
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.
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.
The options parameters.