ColumnDefinition 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
ColumnDefinition() |
Initializes a new instance of the ColumnDefinition class. |
ColumnDefinition(String, String) |
Initializes a new instance of the ColumnDefinition class. |
ColumnDefinition()
Initializes a new instance of the ColumnDefinition class.
public ColumnDefinition ();
Public Sub New ()
Applies to
ColumnDefinition(String, String)
Initializes a new instance of the ColumnDefinition class.
public ColumnDefinition (string name = default, string type = default);
new Microsoft.Azure.Management.Monitor.Models.ColumnDefinition : string * string -> Microsoft.Azure.Management.Monitor.Models.ColumnDefinition
Public Sub New (Optional name As String = Nothing, Optional type As String = Nothing)
Parameters
- name
- String
The name of the column.
- type
- String
The type of the column data. Possible values include: 'string', 'int', 'long', 'real', 'boolean', 'datetime', 'dynamic'
Applies to
Azure SDK for .NET