你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StartMenuItems interface

Interface representing a StartMenuItems.

Methods

list(string, string, StartMenuItemsListOptionalParams)

List start menu items in the given application group.

Method Details

list(string, string, StartMenuItemsListOptionalParams)

List start menu items in the given application group.

function list(resourceGroupName: string, applicationGroupName: string, options?: StartMenuItemsListOptionalParams): PagedAsyncIterableIterator<StartMenuItem, StartMenuItem[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

applicationGroupName

string

The name of the application group

options
StartMenuItemsListOptionalParams

The options parameters.

Returns