WorkbookTemplatesOperations interface

Interface representing a WorkbookTemplates operations.

Properties

createOrUpdate

Create a new workbook template.

delete

Delete a workbook template.

get

Get a single workbook template by its resourceName.

listByResourceGroup

Get all Workbook templates defined within a specified resource group.

update

Updates a workbook template that has already been added.

Property Details

createOrUpdate

Create a new workbook template.

createOrUpdate: (resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: WorkbookTemplatesCreateOrUpdateOptionalParams) => Promise<WorkbookTemplate>

Property Value

(resourceGroupName: string, resourceName: string, workbookTemplateProperties: WorkbookTemplate, options?: WorkbookTemplatesCreateOrUpdateOptionalParams) => Promise<WorkbookTemplate>

delete

Delete a workbook template.

delete: (resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesDeleteOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesDeleteOptionalParams) => Promise<void>

get

Get a single workbook template by its resourceName.

get: (resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesGetOptionalParams) => Promise<WorkbookTemplate>

Property Value

(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesGetOptionalParams) => Promise<WorkbookTemplate>

listByResourceGroup

Get all Workbook templates defined within a specified resource group.

listByResourceGroup: (resourceGroupName: string, options?: WorkbookTemplatesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<WorkbookTemplate, WorkbookTemplate[], PageSettings>

Property Value

(resourceGroupName: string, options?: WorkbookTemplatesListByResourceGroupOptionalParams) => PagedAsyncIterableIterator<WorkbookTemplate, WorkbookTemplate[], PageSettings>

update

Updates a workbook template that has already been added.

update: (resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams) => Promise<WorkbookTemplate>

Property Value

(resourceGroupName: string, resourceName: string, options?: WorkbookTemplatesUpdateOptionalParams) => Promise<WorkbookTemplate>