ArmCustomerInsightsModelFactory.KpiGroupByMetadata Method

Definition

Initializes a new instance of KpiGroupByMetadata.

public static Azure.ResourceManager.CustomerInsights.Models.KpiGroupByMetadata KpiGroupByMetadata (System.Collections.Generic.IReadOnlyDictionary<string,string> displayName = default, string fieldName = default, string fieldType = default);
static member KpiGroupByMetadata : System.Collections.Generic.IReadOnlyDictionary<string, string> * string * string -> Azure.ResourceManager.CustomerInsights.Models.KpiGroupByMetadata
Public Shared Function KpiGroupByMetadata (Optional displayName As IReadOnlyDictionary(Of String, String) = Nothing, Optional fieldName As String = Nothing, Optional fieldType As String = Nothing) As KpiGroupByMetadata

Parameters

displayName
IReadOnlyDictionary<String,String>

The display name.

fieldName
String

The name of the field.

fieldType
String

The type of the field.

Returns

A new KpiGroupByMetadata instance for mocking.

Applies to