ArmCustomerInsightsModelFactory.KpiGroupByMetadata Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.