AppAttachPackageInfoes Interface

public interface AppAttachPackageInfoes

Resource collection API of AppAttachPackageInfoes.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<AppAttachPackage> importMethod(String resourceGroupName, String hostPoolName, ImportPackageInfoRequest importPackageInfoRequest)

Gets information from a package given the path to the package.

abstract PagedIterable<AppAttachPackage> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
importPackageInfoRequest - Object containing URI to package image and other optional properties.

Returns:

information from a package given the path to the package as paginated response with PagedIterable<T>.

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:

resourceGroupName - The name of the resource group. The name is case insensitive.
hostPoolName - The name of the host pool within the specified resource group.
importPackageInfoRequest - Object containing URI to package image and other optional properties.
context - The context to associate with this operation.

Returns:

information from a package given the path to the package as paginated response with PagedIterable<T>.

Applies to