Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WidgetTypes

Package version

Class representing a WidgetTypes.

Hierarchy

  • WidgetTypes

Index

Constructors

Methods

Constructors

constructor

Methods

get

  • get(resourceGroupName: string, hubName: string, widgetTypeName: string, options?: msRest.RequestOptionsBase): Promise<Models.WidgetTypesGetResponse>
  • get(resourceGroupName: string, hubName: string, widgetTypeName: string, callback: msRest.ServiceCallback<WidgetTypeResourceFormat>): void
  • get(resourceGroupName: string, hubName: string, widgetTypeName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WidgetTypeResourceFormat>): void
  • Gets a widget type in the specified hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • widgetTypeName: string

      The name of the widget type.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WidgetTypesGetResponse>

    Promise<Models.WidgetTypesGetResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • widgetTypeName: string

      The name of the widget type.

    • callback: msRest.ServiceCallback<WidgetTypeResourceFormat>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • widgetTypeName: string

      The name of the widget type.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WidgetTypeResourceFormat>

      The callback

    Returns void

listByHub

  • listByHub(resourceGroupName: string, hubName: string, options?: msRest.RequestOptionsBase): Promise<Models.WidgetTypesListByHubResponse>
  • listByHub(resourceGroupName: string, hubName: string, callback: msRest.ServiceCallback<WidgetTypeListResult>): void
  • listByHub(resourceGroupName: string, hubName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WidgetTypeListResult>): void
  • Gets all available widget types in the specified hub.

    Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WidgetTypesListByHubResponse>

    Promise<Models.WidgetTypesListByHubResponse>

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • callback: msRest.ServiceCallback<WidgetTypeListResult>

      The callback

    Returns void

  • Parameters

    • resourceGroupName: string

      The name of the resource group.

    • hubName: string

      The name of the hub.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WidgetTypeListResult>

      The callback

    Returns void

listByHubNext

  • listByHubNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.WidgetTypesListByHubNextResponse>
  • listByHubNext(nextPageLink: string, callback: msRest.ServiceCallback<WidgetTypeListResult>): void
  • listByHubNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<WidgetTypeListResult>): void
  • Gets all available widget types in the specified hub.

    Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • Optional options: msRest.RequestOptionsBase

    Returns Promise<Models.WidgetTypesListByHubNextResponse>

    Promise<Models.WidgetTypesListByHubNextResponse>

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • callback: msRest.ServiceCallback<WidgetTypeListResult>

      The callback

    Returns void

  • Parameters

    • nextPageLink: string

      The NextLink from the previous successful call to List operation.

    • options: msRest.RequestOptionsBase

      The optional parameters

    • callback: msRest.ServiceCallback<WidgetTypeListResult>

      The callback

    Returns void

Generated using TypeDoc