ContentPackageOperations interface
Interfaccia che rappresenta un'operazione ContentPaket.
Proprietà
| install | Installare un pacchetto nell'area di lavoro. |
| uninstall | Disinstallare un pacchetto dall'area di lavoro. |
Dettagli proprietà
install
Installare un pacchetto nell'area di lavoro.
install: (resourceGroupName: string, workspaceName: string, packageId: string, packageInstallationProperties: PackageModel, options?: ContentPackageInstallOptionalParams) => Promise<PackageModel>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, packageId: string, packageInstallationProperties: PackageModel, options?: ContentPackageInstallOptionalParams) => Promise<PackageModel>
uninstall
Disinstallare un pacchetto dall'area di lavoro.
uninstall: (resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackageUninstallOptionalParams) => Promise<void>
Valore della proprietà
(resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackageUninstallOptionalParams) => Promise<void>