Table 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
Table() |
Initializes a new instance of the Table class. |
Table(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, SearchResults, RestoredLogs, ResultStatistics, String, String, Schema, String, SystemData) |
Initializes a new instance of the Table class. |
Table()
Initializes a new instance of the Table class.
public Table ();
Public Sub New ()
Applies to
Table(String, String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, SearchResults, RestoredLogs, ResultStatistics, String, String, Schema, String, SystemData)
Initializes a new instance of the Table class.
public Table (string id = default, string name = default, string type = default, int? retentionInDays = default, int? totalRetentionInDays = default, int? archiveRetentionInDays = default, Microsoft.Azure.Management.OperationalInsights.Models.SearchResults searchResults = default, Microsoft.Azure.Management.OperationalInsights.Models.RestoredLogs restoredLogs = default, Microsoft.Azure.Management.OperationalInsights.Models.ResultStatistics resultStatistics = default, string plan = default, string lastPlanModifiedDate = default, Microsoft.Azure.Management.OperationalInsights.Models.Schema schema = default, string provisioningState = default, Microsoft.Azure.Management.OperationalInsights.Models.SystemData systemData = default);
new Microsoft.Azure.Management.OperationalInsights.Models.Table : string * string * string * Nullable<int> * Nullable<int> * Nullable<int> * Microsoft.Azure.Management.OperationalInsights.Models.SearchResults * Microsoft.Azure.Management.OperationalInsights.Models.RestoredLogs * Microsoft.Azure.Management.OperationalInsights.Models.ResultStatistics * string * string * Microsoft.Azure.Management.OperationalInsights.Models.Schema * string * Microsoft.Azure.Management.OperationalInsights.Models.SystemData -> Microsoft.Azure.Management.OperationalInsights.Models.Table
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional retentionInDays As Nullable(Of Integer) = Nothing, Optional totalRetentionInDays As Nullable(Of Integer) = Nothing, Optional archiveRetentionInDays As Nullable(Of Integer) = Nothing, Optional searchResults As SearchResults = Nothing, Optional restoredLogs As RestoredLogs = Nothing, Optional resultStatistics As ResultStatistics = Nothing, Optional plan As String = Nothing, Optional lastPlanModifiedDate As String = Nothing, Optional schema As Schema = Nothing, Optional provisioningState As String = Nothing, Optional systemData As SystemData = Nothing)
Parameters
- id
- String
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- name
- String
The name of the resource
- type
- String
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention.
The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention.
The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays)
- searchResults
- SearchResults
Parameters of the search job that initiated this table.
- restoredLogs
- RestoredLogs
Parameters of the restore operation that initiated this table.
- resultStatistics
- ResultStatistics
Search job execution statistics.
- plan
- String
Instruct the system how to handle and charge the logs ingested to this table. Possible values include: 'Basic', 'Analytics'
- lastPlanModifiedDate
- String
The timestamp that table plan was last modified (UTC).
- schema
- Schema
Table schema.
- provisioningState
- String
Table's current provisioning state. If set to 'updating', indicates a resource lock due to ongoing operation, forbidding any update to the table until the ongoing operation is concluded. Possible values include: 'Updating', 'InProgress', 'Succeeded'
- systemData
- SystemData