AppAttachPackageInfoesClient Interface

public interface AppAttachPackageInfoesClient

An instance of this class provides access to all the operations defined in AppAttachPackageInfoesClient.

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:

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<AppAttachPackageInner> 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>.

importMethodAsync

public abstract PagedFlux<AppAttachPackageInner> importMethodAsync(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 PagedFlux<T>.

Applies to