Schema 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
Schema() |
Initializes a new instance of the Schema class. |
Schema(String, String, String, IList<Column>, IList<Column>, IList<String>, IList<String>, String, String, String, IList<String>, SearchResults, RestoredLogs) |
Initializes a new instance of the Schema class. |
Schema()
Initializes a new instance of the Schema class.
public Schema ();
Public Sub New ()
Applies to
Schema(String, String, String, IList<Column>, IList<Column>, IList<String>, IList<String>, String, String, String, IList<String>, SearchResults, RestoredLogs)
Initializes a new instance of the Schema class.
public Schema (string name = default, string displayName = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.Column> columns = default, System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.Column> standardColumns = default, System.Collections.Generic.IList<string> categories = default, System.Collections.Generic.IList<string> labels = default, string source = default, string tableType = default, string tableSubType = default, System.Collections.Generic.IList<string> solutions = default, Microsoft.Azure.Management.OperationalInsights.Models.SearchResults searchResults = default, Microsoft.Azure.Management.OperationalInsights.Models.RestoredLogs restoredLogs = default);
new Microsoft.Azure.Management.OperationalInsights.Models.Schema : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.Column> * System.Collections.Generic.IList<Microsoft.Azure.Management.OperationalInsights.Models.Column> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.OperationalInsights.Models.SearchResults * Microsoft.Azure.Management.OperationalInsights.Models.RestoredLogs -> Microsoft.Azure.Management.OperationalInsights.Models.Schema
Public Sub New (Optional name As String = Nothing, Optional displayName As String = Nothing, Optional description As String = Nothing, Optional columns As IList(Of Column) = Nothing, Optional standardColumns As IList(Of Column) = Nothing, Optional categories As IList(Of String) = Nothing, Optional labels As IList(Of String) = Nothing, Optional source As String = Nothing, Optional tableType As String = Nothing, Optional tableSubType As String = Nothing, Optional solutions As IList(Of String) = Nothing, Optional searchResults As SearchResults = Nothing, Optional restoredLogs As RestoredLogs = Nothing)
Parameters
- name
- String
Table name.
- displayName
- String
Table display name.
- description
- String
Table description.
- source
- String
Table's creator. Possible values include: 'microsoft', 'customer'
- tableType
- String
Table's creator. Possible values include: 'Microsoft', 'CustomLog', 'RestoredLogs', 'SearchResults'
- tableSubType
- String
The subtype describes what APIs can be used to interact with the table, and what features are available against it. Possible values include: 'Any', 'Classic', 'DataCollectionRuleBased'
- searchResults
- SearchResults
Parameters of the search job that initiated this table.
- restoredLogs
- RestoredLogs
Parameters of the restore operation that initiated this table.
Applies to
Azure SDK for .NET