ContentPackageOperations interface

Interface representing a ContentPackage operations.

Properties

install

Install a package to the workspace.

uninstall

Uninstall a package from the workspace.

Property Details

install

Install a package to the workspace.

install: (resourceGroupName: string, workspaceName: string, packageId: string, packageInstallationProperties: PackageModel, options?: ContentPackageInstallOptionalParams) => Promise<PackageModel>

Property Value

(resourceGroupName: string, workspaceName: string, packageId: string, packageInstallationProperties: PackageModel, options?: ContentPackageInstallOptionalParams) => Promise<PackageModel>

uninstall

Uninstall a package from the workspace.

uninstall: (resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackageUninstallOptionalParams) => Promise<void>

Property Value

(resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackageUninstallOptionalParams) => Promise<void>