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
Paged |
expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri)
Expands and Lists MSIX packages in an Image, given the Image Path. |
|
abstract
Paged |
expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri, Context context)
Expands and Lists MSIX packages in an Image, given the Image Path. |
|
abstract
Paged |
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:
Returns:
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:
Returns:
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:
Returns: