HubResource.GetWidgetTypeResourceFormatAsync Method

Definition

Gets a widget type in the specified hub.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomerInsights/hubs/{hubName}/widgetTypes/{widgetTypeName}
  • Operation Id: WidgetTypes_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>> GetWidgetTypeResourceFormatAsync (string widgetTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWidgetTypeResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>>
override this.GetWidgetTypeResourceFormatAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>>
Public Overridable Function GetWidgetTypeResourceFormatAsync (widgetTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of WidgetTypeResourceFormatResource))

Parameters

widgetTypeName
String

The name of the widget type.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

widgetTypeName is null.

widgetTypeName is an empty string, and was expected to be non-empty.

Applies to