ArmCustomerInsightsModelFactory.WidgetTypeResourceFormatData Method

Definition

Initializes a new instance of WidgetTypeResourceFormatData.

public static Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatData WidgetTypeResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string widgetTypeName = default, string definition = default, string description = default, System.Collections.Generic.IDictionary<string,string> displayName = default, Uri imageUri = default, Guid? tenantId = default, string widgetVersion = default, DateTimeOffset? changed = default, DateTimeOffset? created = default);
static member WidgetTypeResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * System.Collections.Generic.IDictionary<string, string> * Uri * Nullable<Guid> * string * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> -> Azure.ResourceManager.CustomerInsights.WidgetTypeResourceFormatData
Public Shared Function WidgetTypeResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional widgetTypeName As String = Nothing, Optional definition As String = Nothing, Optional description As String = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional imageUri As Uri = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional widgetVersion As String = Nothing, Optional changed As Nullable(Of DateTimeOffset) = Nothing, Optional created As Nullable(Of DateTimeOffset) = Nothing) As WidgetTypeResourceFormatData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

widgetTypeName
String

Name of the widget type.

definition
String

Definition for widget type.

description
String

Description for widget type.

displayName
IDictionary<String,String>

Localized display name for the widget type.

imageUri
Uri

The image URL.

tenantId
Nullable<Guid>

The hub name.

widgetVersion
String

The widget version.

changed
Nullable<DateTimeOffset>

Date time when widget type was last modified.

created
Nullable<DateTimeOffset>

Date time when widget type was created.

Returns

A new WidgetTypeResourceFormatData instance for mocking.

Applies to