Dimension Constructors
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.
Overloads
Dimension() | |
Dimension(String, IList<String>) |
Dimension()
public Dimension ();
Public Sub New ()
Applies to
Dimension(String, IList<String>)
public Dimension (string name, System.Collections.Generic.IList<string> values);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Dimension : string * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.Dimension
Public Sub New (name As String, values As IList(Of String))
Parameters
- name
- String