WidgetTypes interface

Interface representing a WidgetTypes.

Methods

get(string, string, string, WidgetTypesGetOptionalParams)

Gets a widget type in the specified hub.

listByHub(string, string, WidgetTypesListByHubOptionalParams)

Gets all available widget types in the specified hub.

Method Details

get(string, string, string, WidgetTypesGetOptionalParams)

Gets a widget type in the specified hub.

function get(resourceGroupName: string, hubName: string, widgetTypeName: string, options?: WidgetTypesGetOptionalParams): Promise<WidgetTypeResourceFormat>

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
WidgetTypesGetOptionalParams

The options parameters.

Returns

listByHub(string, string, WidgetTypesListByHubOptionalParams)

Gets all available widget types in the specified hub.

function listByHub(resourceGroupName: string, hubName: string, options?: WidgetTypesListByHubOptionalParams): PagedAsyncIterableIterator<WidgetTypeResourceFormat, WidgetTypeResourceFormat[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group.

hubName

string

The name of the hub.

options
WidgetTypesListByHubOptionalParams

The options parameters.

Returns