Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CatalogsImpl

Package version

Class containing Catalogs operations.

Hierarchy

  • CatalogsImpl

Implements

Index

Constructors

constructor

Methods

beginCreateOrUpdate

beginCreateOrUpdateAndWait

beginDelete

  • beginDelete(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Deletes a catalog resource.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

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

beginDeleteAndWait

  • beginDeleteAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsDeleteOptionalParams): Promise<void>

beginSync

  • beginSync(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsSyncOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
  • Syncs templates for a template source.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

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

beginSyncAndWait

  • beginSyncAndWait(resourceGroupName: string, devCenterName: string, catalogName: string, options?: CatalogsSyncOptionalParams): Promise<void>
  • Syncs templates for a template source.

    Parameters

    • resourceGroupName: string

      Name of the resource group within the Azure subscription.

    • devCenterName: string

      The name of the devcenter.

    • catalogName: string

      The name of the Catalog.

    • Optional options: CatalogsSyncOptionalParams

      The options parameters.

    Returns Promise<void>

beginUpdate

beginUpdateAndWait

get

listByDevCenter

Generated using TypeDoc