MsixImagesClient Interface

public interface MsixImagesClient

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

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<ExpandMsixImageInner> expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri)

Expands and Lists MSIX packages in an Image, given the Image Path.

abstract PagedIterable<ExpandMsixImageInner> expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri, Context context)

Expands and Lists MSIX packages in an Image, given the Image Path.

abstract PagedFlux<ExpandMsixImageInner> expandAsync(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri)

Expands and Lists MSIX packages in an Image, given the Image Path.

Method Details

expand

public abstract PagedIterable<ExpandMsixImageInner> expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri)

Expands and Lists MSIX packages in an Image, given the Image Path.

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.
msixImageUri - Object containing URI to MSIX Image.

Returns:

expandMsixImageList as paginated response with PagedIterable<T>.

expand

public abstract PagedIterable<ExpandMsixImageInner> expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri, Context context)

Expands and Lists MSIX packages in an Image, given the Image Path.

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.
msixImageUri - Object containing URI to MSIX Image.
context - The context to associate with this operation.

Returns:

expandMsixImageList as paginated response with PagedIterable<T>.

expandAsync

public abstract PagedFlux<ExpandMsixImageInner> expandAsync(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri)

Expands and Lists MSIX packages in an Image, given the Image Path.

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.
msixImageUri - Object containing URI to MSIX Image.

Returns:

expandMsixImageList as paginated response with PagedFlux<T>.

Applies to