DimensionKey(IEnumerable<KeyValuePair<String,String>>) Constructor
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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET