DimensionKey Class
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.
The DimensionGroupIdentity.
public class DimensionKey : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,string>>
type DimensionKey = class
interface seq<KeyValuePair<string, string>>
interface IEnumerable
Public Class DimensionKey
Implements IEnumerable(Of KeyValuePair(Of String, String))
- Inheritance
-
DimensionKey
- Implements
Constructors
DimensionKey(IEnumerable<KeyValuePair<String,String>>) |
Initializes a new instance of the DimensionKey class. |
Methods
Contains(String) |
Determines whether this dimension key contains a dimension with the specified name. |
GetEnumerator() |
Returns an enumerator that iterates through the dimensions of this dimension key. |
TryGetValue(String, String) |
Gets the value associated with the specified dimension. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Returns an enumerator that iterates through the dimensions of this dimension key. |
Applies to
Azure SDK for .NET