Interface MsixImagesClient


public interface MsixImagesClient
An instance of this class provides access to all the operations defined in MsixImagesClient.
  • Method Details

    • expandAsync

      com.azure.core.http.rest.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • expand

      com.azure.core.http.rest.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • expand

      com.azure.core.http.rest.PagedIterable<ExpandMsixImageInner> expand(String resourceGroupName, String hostPoolName, MsixImageUri msixImageUri, com.azure.core.util.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.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.