Share via


ArmOperationalInsightsModelFactory.OperationalInsightsTableData Method

Definition

Overloads

OperationalInsightsTableData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, OperationalInsightsTableSearchResults, OperationalInsightsTableRestoredLogs, OperationalInsightsTableResultStatistics, Nullable<OperationalInsightsTablePlan>, String, OperationalInsightsSchema, Nullable<OperationalInsightsTableProvisioningState>, Nullable<RetentionInDaysAsDefaultState>, Nullable<TotalRetentionInDaysAsDefaultState>)

Initializes a new instance of OperationalInsightsTableData.

OperationalInsightsTableData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, OperationalInsightsTableSearchResults, OperationalInsightsTableRestoredLogs, OperationalInsightsTableResultStatistics, Nullable<OperationalInsightsTablePlan>, String, OperationalInsightsSchema, Nullable<OperationalInsightsTableProvisioningState>, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of OperationalInsightsTableData.

OperationalInsightsTableData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, OperationalInsightsTableSearchResults, OperationalInsightsTableRestoredLogs, OperationalInsightsTableResultStatistics, Nullable<OperationalInsightsTablePlan>, String, OperationalInsightsSchema, Nullable<OperationalInsightsTableProvisioningState>, Nullable<RetentionInDaysAsDefaultState>, Nullable<TotalRetentionInDaysAsDefaultState>)

Source:
ArmOperationalInsightsModelFactory.cs
Source:
ArmOperationalInsightsModelFactory.cs

Initializes a new instance of OperationalInsightsTableData.

public static Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData OperationalInsightsTableData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? retentionInDays = default, int? totalRetentionInDays = default, int? archiveRetentionInDays = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults searchResults = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableRestoredLogs restoredLogs = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableResultStatistics resultStatistics = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTablePlan? plan = default, string lastPlanModifiedDate = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSchema schema = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableProvisioningState? provisioningState = default, Azure.ResourceManager.OperationalInsights.Models.RetentionInDaysAsDefaultState? retentionInDaysAsDefault = default, Azure.ResourceManager.OperationalInsights.Models.TotalRetentionInDaysAsDefaultState? totalRetentionInDaysAsDefault = default);
static member OperationalInsightsTableData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * Nullable<int> * Nullable<int> * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableRestoredLogs * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableResultStatistics * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTablePlan> * string * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSchema * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableProvisioningState> * Nullable<Azure.ResourceManager.OperationalInsights.Models.RetentionInDaysAsDefaultState> * Nullable<Azure.ResourceManager.OperationalInsights.Models.TotalRetentionInDaysAsDefaultState> -> Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData
Public Shared Function OperationalInsightsTableData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 OperationalInsightsTableSearchResults = Nothing, Optional restoredLogs As OperationalInsightsTableRestoredLogs = Nothing, Optional resultStatistics As OperationalInsightsTableResultStatistics = Nothing, Optional plan As Nullable(Of OperationalInsightsTablePlan) = Nothing, Optional lastPlanModifiedDate As String = Nothing, Optional schema As OperationalInsightsSchema = Nothing, Optional provisioningState As Nullable(Of OperationalInsightsTableProvisioningState) = Nothing, Optional retentionInDaysAsDefault As Nullable(Of RetentionInDaysAsDefaultState) = Nothing, Optional totalRetentionInDaysAsDefault As Nullable(Of TotalRetentionInDaysAsDefaultState) = Nothing) As OperationalInsightsTableData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

retentionInDays
Nullable<Int32>

The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention.

totalRetentionInDays
Nullable<Int32>

The table total retention in days, between 4 and 2555. Setting this property to -1 will default to table retention.

archiveRetentionInDays
Nullable<Int32>

The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays).

searchResults
OperationalInsightsTableSearchResults

Parameters of the search job that initiated this table.

restoredLogs
OperationalInsightsTableRestoredLogs

Parameters of the restore operation that initiated this table.

resultStatistics
OperationalInsightsTableResultStatistics

Search job execution statistics.

plan
Nullable<OperationalInsightsTablePlan>

Instruct the system how to handle and charge the logs ingested to this table.

lastPlanModifiedDate
String

The timestamp that table plan was last modified (UTC).

schema
OperationalInsightsSchema

Table schema.

provisioningState
Nullable<OperationalInsightsTableProvisioningState>

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.

retentionInDaysAsDefault
Nullable<RetentionInDaysAsDefaultState>

True - Value originates from workspace retention in days, False - Customer specific.

totalRetentionInDaysAsDefault
Nullable<TotalRetentionInDaysAsDefaultState>

True - Value originates from retention in days, False - Customer specific.

Returns

A new OperationalInsightsTableData instance for mocking.

Applies to

OperationalInsightsTableData(ResourceIdentifier, String, ResourceType, SystemData, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, OperationalInsightsTableSearchResults, OperationalInsightsTableRestoredLogs, OperationalInsightsTableResultStatistics, Nullable<OperationalInsightsTablePlan>, String, OperationalInsightsSchema, Nullable<OperationalInsightsTableProvisioningState>, Nullable<Boolean>, Nullable<Boolean>)

Source:
ArmOperationalInsightsModelFactory.cs

Initializes a new instance of OperationalInsightsTableData.

public static Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData OperationalInsightsTableData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, int? retentionInDays = default, int? totalRetentionInDays = default, int? archiveRetentionInDays = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults searchResults = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableRestoredLogs restoredLogs = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableResultStatistics resultStatistics = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTablePlan? plan = default, string lastPlanModifiedDate = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSchema schema = default, Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableProvisioningState? provisioningState = default, bool? isRetentionInDaysAsDefault = default, bool? isTotalRetentionInDaysAsDefault = default);
static member OperationalInsightsTableData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Nullable<int> * Nullable<int> * Nullable<int> * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableSearchResults * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableRestoredLogs * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableResultStatistics * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTablePlan> * string * Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsSchema * Nullable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsTableProvisioningState> * Nullable<bool> * Nullable<bool> -> Azure.ResourceManager.OperationalInsights.OperationalInsightsTableData
Public Shared Function OperationalInsightsTableData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = 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 OperationalInsightsTableSearchResults = Nothing, Optional restoredLogs As OperationalInsightsTableRestoredLogs = Nothing, Optional resultStatistics As OperationalInsightsTableResultStatistics = Nothing, Optional plan As Nullable(Of OperationalInsightsTablePlan) = Nothing, Optional lastPlanModifiedDate As String = Nothing, Optional schema As OperationalInsightsSchema = Nothing, Optional provisioningState As Nullable(Of OperationalInsightsTableProvisioningState) = Nothing, Optional isRetentionInDaysAsDefault As Nullable(Of Boolean) = Nothing, Optional isTotalRetentionInDaysAsDefault As Nullable(Of Boolean) = Nothing) As OperationalInsightsTableData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

retentionInDays
Nullable<Int32>

The table retention in days, between 4 and 730. Setting this property to -1 will default to the workspace retention.

totalRetentionInDays
Nullable<Int32>

The table total retention in days, between 4 and 2556. Setting this property to -1 will default to table retention.

archiveRetentionInDays
Nullable<Int32>

The table data archive retention in days. Calculated as (totalRetentionInDays-retentionInDays).

searchResults
OperationalInsightsTableSearchResults

Parameters of the search job that initiated this table.

restoredLogs
OperationalInsightsTableRestoredLogs

Parameters of the restore operation that initiated this table.

resultStatistics
OperationalInsightsTableResultStatistics

Search job execution statistics.

plan
Nullable<OperationalInsightsTablePlan>

Instruct the system how to handle and charge the logs ingested to this table.

lastPlanModifiedDate
String

The timestamp that table plan was last modified (UTC).

schema
OperationalInsightsSchema

Table schema.

provisioningState
Nullable<OperationalInsightsTableProvisioningState>

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.

isRetentionInDaysAsDefault
Nullable<Boolean>

True - Value originates from workspace retention in days, False - Customer specific.

isTotalRetentionInDaysAsDefault
Nullable<Boolean>

True - Value originates from retention in days, False - Customer specific.

Returns

A new OperationalInsightsTableData instance for mocking.

Applies to