Package version:

Interface representing a DataProductsCatalogs.

interface DataProductsCatalogs {
    get(resourceGroupName, options?): Promise<DataProductsCatalog>;
    listByResourceGroup(resourceGroupName, options?): PagedAsyncIterableIterator<DataProductsCatalog>;
    listBySubscription(options?): PagedAsyncIterableIterator<DataProductsCatalog>;
}

Methods

Generated using TypeDoc