swagger: '2.0' info: version: 2020-08-01-preview title: Microsoft Azure AccessControlClient AccessConnector StartMenuItem API schemes: - https tags: - name: StartMenuItem paths: ? /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/applicationGroups/{applicationGroupName}/startMenuItems : get: tags: - StartMenuItem operationId: microsoftAzureStartmenuitemsList description: List start menu items in the given application group. x-ms-examples: StartMenuItem_List: $ref: ./examples/StartMenuItem_List.json parameters: - $ref: ../../../../../common-types/resource-management/v3/types.json#/parameters/ApiVersionParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/SubscriptionIdParameter - $ref: ../../../../../common-types/resource-management/v1/types.json#/parameters/ResourceGroupNameParameter - $ref: '#/parameters/ApplicationGroupNameParameter' - name: pageSize in: query required: false type: integer format: int32 description: Number of items per page. - name: isDescending in: query required: false type: boolean description: Indicates whether the collection is descending. - name: initialSkip in: query required: false type: integer format: int32 description: Initial number of items to skip. responses: '200': description: Successfully retrieved start menu items in application group. schema: $ref: '#/definitions/StartMenuItemList' default: description: Automation error response describing why the operation failed. schema: $ref: '#/definitions/CloudError' x-ms-pageable: nextLinkName: nextLink summary: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Desktopvirtualization Applicationgroups Applicationgroupname Startmenuitems definitions: StartMenuItemProperties: description: Schema for StartMenuItem properties. type: object properties: appAlias: type: string description: Alias of StartMenuItem. filePath: type: string description: Path to the file of StartMenuItem. commandLineArguments: type: string description: Command line arguments for StartMenuItem. iconPath: type: string description: Path to the icon. iconIndex: type: integer format: int32 description: Index of the icon. CloudError: description: Cloud error object. type: object x-ms-external: true properties: error: $ref: '#/definitions/CloudErrorProperties' StartMenuItemList: type: object title: StartMenuItemList description: List of StartMenuItem definitions. properties: value: type: array description: List of StartMenuItem definitions. items: $ref: '#/definitions/StartMenuItem' nextLink: type: string readOnly: true description: Link to the next page of results. CloudErrorProperties: description: Cloud error object properties. type: object properties: code: description: Error code type: string message: description: Error message indicating why the operation failed. type: string StartMenuItem: type: object description: Represents a StartMenuItem definition. allOf: - $ref: ../../../../../common-types/resource-management/v1/types.json#/definitions/Resource properties: properties: description: Detailed properties for StartMenuItem x-ms-client-flatten: true $ref: '#/definitions/StartMenuItemProperties' parameters: ApplicationGroupNameParameter: name: applicationGroupName in: path required: true type: string description: The name of the application group maxLength: 64 minLength: 3 x-ms-parameter-location: method x-ms-parameterized-host: hostTemplate: '{endpoint}' useSchemePrefix: false parameters: - $ref: '#/parameters/Endpoint'