次の方法で共有


ArmCustomerInsightsModelFactory.KpiGroupByMetadata メソッド

定義

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

パラメーター

displayName
IReadOnlyDictionary<String,String>

表示名です。

fieldName
String

フィールドの名前。

fieldType
String

フィールドの型。

戻り値

モック作成用の新しい KpiGroupByMetadata インスタンス。

適用対象