ContentPackagesOperations interface

Interfaccia che rappresenta un'operazione ContentPackages.

Proprietà

get

Ottiene un pacchetto installato in base al relativo ID.

list

Ottiene tutti i pacchetti installati.

Dettagli proprietà

get

Ottiene un pacchetto installato in base al relativo ID.

get: (resourceGroupName: string, workspaceName: string, packageId: string, options?: ContentPackagesGetOptionalParams) => Promise<PackageModel>

Valore della proprietà

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

list

Ottiene tutti i pacchetti installati.

list: (resourceGroupName: string, workspaceName: string, options?: ContentPackagesListOptionalParams) => PagedAsyncIterableIterator<PackageModel, PackageModel[], PageSettings>

Valore della proprietà

(resourceGroupName: string, workspaceName: string, options?: ContentPackagesListOptionalParams) => PagedAsyncIterableIterator<PackageModel, PackageModel[], PageSettings>