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
Paged |
list(String resourceGroupName, String applicationGroupName)
List start menu items in the given application group. |
|
abstract
Paged |
list(String resourceGroupName, String applicationGroupName, Integer pageSize, Boolean isDescending, Integer initialSkip, Context context)
List start menu items in the given application group. |
|
abstract
Paged |
listAsync(String resourceGroupName, String applicationGroupName)
List start menu items in the given application group. |
|
abstract
Paged |
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:
Returns:
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:
Returns:
listAsync
public abstract PagedFlux<StartMenuItemInner> listAsync(String resourceGroupName, String applicationGroupName)
List start menu items in the given application group.
Parameters:
Returns:
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:
Returns: