WidgetTypeResourceFormatResource.Get(CancellationToken) 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 Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource> Get (System.Threading.CancellationToken cancellationToken = default);
abstract member Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>
override this.Get : System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>
Public Overridable Function Get (Optional cancellationToken As CancellationToken = Nothing) As Response(Of WidgetTypeResourceFormatResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Applies to