WidgetTypes interface

Interfaccia che rappresenta un widgetTypes.

Metodi

get(string, string, string, WidgetTypesGetOptionalParams)

Ottiene un tipo di widget nell'hub specificato.

listByHub(string, string, WidgetTypesListByHubOptionalParams)

Ottiene tutti i tipi di widget disponibili nell'hub specificato.

Dettagli metodo

get(string, string, string, WidgetTypesGetOptionalParams)

Ottiene un tipo di widget nell'hub specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

hubName

string

Nome dell'hub.

widgetTypeName

string

Nome del tipo di widget.

options
WidgetTypesGetOptionalParams

Parametri delle opzioni.

Restituisce

listByHub(string, string, WidgetTypesListByHubOptionalParams)

Ottiene tutti i tipi di widget disponibili nell'hub specificato.

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

Parametri

resourceGroupName

string

Nome del gruppo di risorse.

hubName

string

Nome dell'hub.

options
WidgetTypesListByHubOptionalParams

Parametri delle opzioni.

Restituisce