Share via


HubResource.GetWidgetTypeResourceFormat(String, 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> GetWidgetTypeResourceFormat (string widgetTypeName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetWidgetTypeResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>
override this.GetWidgetTypeResourceFormat : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatResource>
Public Overridable Function GetWidgetTypeResourceFormat (widgetTypeName As String, Optional cancellationToken As CancellationToken = Nothing) As 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