ContentPackagesOperations interface
Interface representing a ContentPackages operations.
Property Details
get
Gets an installed packages by its id.
get: (resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackagesGetOptionalParams) => Promise<PackageModel>
Property Value
(resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackagesGetOptionalParams) => Promise<PackageModel>
list
Gets all installed packages.
list: (resourceGroupName: string, workspaceName: string, options?: ContentPackagesListOptionalParams) => PagedAsyncIterableIterator<PackageModel, PackageModel[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, options?: ContentPackagesListOptionalParams) => PagedAsyncIterableIterator<PackageModel, PackageModel[], PageSettings>