AppAttachPackageInfoesClient Interface
public interface AppAttachPackageInfoesClient
An instance of this class provides access to all the operations defined in AppAttachPackageInfoesClient.
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. |
|
abstract
Paged |
importMethodAsync(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest)
Gets information from a package given the path to the package. |
Method Details
importMethod
public abstract PagedIterable<AppAttachPackageInner> importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest)
Gets information from a package given the path to the package.
Parameters:
Returns:
importMethod
public abstract PagedIterable<AppAttachPackageInner> importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest, Context context)
Gets information from a package given the path to the package.
Parameters:
Returns:
importMethodAsync
public abstract PagedFlux<AppAttachPackageInner> importMethodAsync(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest)
Gets information from a package given the path to the package.
Parameters:
Returns: