StartMenuItems Interface

public interface StartMenuItems

Resource collection API of StartMenuItems.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<StartMenuItem> list(String resourceGroupName, String applicationGroupName)

List start menu items in the given application group.

abstract PagedIterable<StartMenuItem> list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)

List start menu items in the given application group.

Method Details

list

public abstract 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<T>.

list

public abstract PagedIterable<StartMenuItem> list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, 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.
pageSize - Number of items per page.
isDescending - Indicates whether the collection is descending.
initialSkip - Initial number of items to skip.
context - The context to associate with this operation.

Returns:

startMenuItemList as paginated response with PagedIterable<T>.

Applies to