DimensionKey(IEnumerable<KeyValuePair<String,String>>) Constructor

Definition

Initializes a new instance of the DimensionKey class.

public DimensionKey (System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>> dimensions);
new Azure.AI.MetricsAdvisor.Models.DimensionKey : seq<System.Collections.Generic.KeyValuePair<string, string>> -> Azure.AI.MetricsAdvisor.Models.DimensionKey
Public Sub New (dimensions As IEnumerable(Of KeyValuePair(Of String, String)))

Parameters

dimensions
IEnumerable<KeyValuePair<String,String>>

The dimensions to initialize this dimension key with.

Applies to