StartMenuItemsClient Interface

public interface StartMenuItemsClient

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

Method Summary

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

List start menu items in the given application group.

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

List start menu items in the given application group.

abstract PagedFlux<StartMenuItemInner> listAsync(String resourceGroupName, String applicationGroupName)

List start menu items in the given application group.

abstract PagedFlux<StartMenuItemInner> listAsync(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip)

List start menu items in the given application group.

Method Details

list

public abstract PagedIterable<StartMenuItemInner> 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<StartMenuItemInner> 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>.

listAsync

public abstract PagedFlux<StartMenuItemInner> listAsync(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 PagedFlux<T>.

listAsync

public abstract PagedFlux<StartMenuItemInner> listAsync(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip)

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.

Returns:

startMenuItemList as paginated response with PagedFlux<T>.

Applies to