Package version:

Interface Catalogs

Interface representing a Catalogs.

Hierarchy

  • Catalogs

Methods

  • Deletes a catalog resource.

    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.

    • Optional options: CatalogsDeleteOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Deletes a catalog resource.

    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.

    • Optional options: CatalogsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

  • Syncs templates for a template source.

    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.

    • Optional options: CatalogsSyncOptionalParams

      The options parameters.

    Returns Promise<PollerLike<PollOperationState<void>, void>>

  • Syncs templates for a template source.

    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.

    • Optional options: CatalogsSyncOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc