Options
All
  • Public
  • Public/Protected
  • All
Menu

Class DesktopsImpl

Package version

Class containing Desktops operations.

Hierarchy

  • DesktopsImpl

Implements

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • Get a desktop.

    Parameters

    • resourceGroupName: string

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

    • applicationGroupName: string

      The name of the application group

    • desktopName: string

      The name of the desktop within the specified desktop group

    • Optional options: DesktopsGetOptionalParams

      The options parameters.

    Returns Promise<DesktopsGetResponse>

list

  • List desktops.

    Parameters

    • resourceGroupName: string

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

    • applicationGroupName: string

      The name of the application group

    • Optional options: DesktopsListOptionalParams

      The options parameters.

    Returns PagedAsyncIterableIterator<Desktop>

update

Generated using TypeDoc