WidgetTypes interface
Interfaccia che rappresenta un widgetTypes.
Metodi
| get(string, string, string, Widget |
Ottiene un tipo di widget nell'hub specificato. |
| list |
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
Promise<WidgetTypeResourceFormat>
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.
Parametri delle opzioni.