Interface StartMenuItems


public interface StartMenuItems
Resource collection API of StartMenuItems.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<StartMenuItem>
    list(String resourceGroupName, String applicationGroupName)
    List start menu items in the given application group.
    com.azure.core.http.rest.PagedIterable<StartMenuItem>
    list(String resourceGroupName, String applicationGroupName, com.azure.core.util.Context context)
    List start menu items in the given application group.
  • Method Details

    • list

      com.azure.core.http.rest.PagedIterable<StartMenuItem> list(String resourceGroupName, String applicationGroupName)
      List start menu items in the given application group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      applicationGroupName - The name of the application group.
      Returns:
      startMenuItemList 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.
    • list

      com.azure.core.http.rest.PagedIterable<StartMenuItem> list(String resourceGroupName, String applicationGroupName, com.azure.core.util.Context context)
      List start menu items in the given application group.
      Parameters:
      resourceGroupName - The name of the resource group. The name is case insensitive.
      applicationGroupName - The name of the application group.
      context - The context to associate with this operation.
      Returns:
      startMenuItemList 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.