Compartir a través de


WidgetTypes interface

Interfaz que representa un WidgetTypes.

Métodos

get(string, string, string, WidgetTypesGetOptionalParams)

Obtiene un tipo de widget en el centro especificado.

listByHub(string, string, WidgetTypesListByHubOptionalParams)

Obtiene todos los tipos de widget disponibles en el centro especificado.

Detalles del método

get(string, string, string, WidgetTypesGetOptionalParams)

Obtiene un tipo de widget en el centro especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

widgetTypeName

string

Nombre del tipo de widget.

options
WidgetTypesGetOptionalParams

Parámetros de opciones.

Devoluciones

listByHub(string, string, WidgetTypesListByHubOptionalParams)

Obtiene todos los tipos de widget disponibles en el centro especificado.

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

Parámetros

resourceGroupName

string

Nombre del grupo de recursos.

hubName

string

Nombre del centro.

options
WidgetTypesListByHubOptionalParams

Parámetros de opciones.

Devoluciones