AppAttachPackageInfoes Interface
public interface AppAttachPackageInfoes
Resource collection API of AppAttachPackageInfoes.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest)
Gets information from a package given the path to the package. |
|
abstract
Paged |
importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest, Context context)
Gets information from a package given the path to the package. |
Method Details
importMethod
public abstract PagedIterable<AppAttachPackage> importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest)
Gets information from a package given the path to the package.
Parameters:
Returns:
importMethod
public abstract PagedIterable<AppAttachPackage> importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest, Context context)
Gets information from a package given the path to the package.
Parameters:
Returns: