AppAttachPackageInfo interface
Interface representing a AppAttachPackageInfo.
Methods
list |
Gets information from a package given the path to the package. |
Method Details
listImport(string, string, ImportPackageInfoRequest, AppAttachPackageInfoImportOptionalParams)
Gets information from a package given the path to the package.
function listImport(resourceGroupName: string, hostPoolName: string, importPackageInfoRequest: ImportPackageInfoRequest, options?: AppAttachPackageInfoImportOptionalParams): PagedAsyncIterableIterator<AppAttachPackage, AppAttachPackage[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- hostPoolName
-
string
The name of the host pool within the specified resource group
- importPackageInfoRequest
- ImportPackageInfoRequest
Object containing URI to package image and other optional properties
The options parameters.