ArmOperationalInsightsModelFactory.OperationalInsightsTableData Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância de 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
Parâmetros
A ID.
- name
- String
O nome.
- resourceType
- ResourceType
O resourceType.
- systemData
- SystemData
O systemData.
A retenção da tabela em dias, entre 4 e 730. Definir essa propriedade como -1 usará como padrão a retenção do workspace.
A retenção total da tabela em dias, entre 4 e 2555. Definir essa propriedade como -1 usará como padrão a retenção de tabela.
A retenção de arquivos de dados da tabela em dias. Calculado como (totalRetentionInDays-retentionInDays).
- searchResults
- OperationalInsightsTableSearchResults
Parâmetros do trabalho de pesquisa que iniciou esta tabela.
- restoredLogs
- OperationalInsightsTableRestoredLogs
Parâmetros da operação de restauração que iniciou esta tabela.
- resultStatistics
- OperationalInsightsTableResultStatistics
Pesquisar estatísticas de execução do trabalho.
Instrua o sistema como manipular e carregar os logs ingeridos nesta tabela.
- lastPlanModifiedDate
- String
O carimbo de data/hora em que o plano de tabela foi modificado pela última vez (UTC).
- schema
- OperationalInsightsSchema
Esquema da tabela.
- provisioningState
- Nullable<OperationalInsightsTableProvisioningState>
O estado de provisionamento atual da tabela. Se definido como "atualização", indica um bloqueio de recurso devido à operação em andamento, proibindo qualquer atualização na tabela até que a operação em andamento seja concluída.
- retentionInDaysAsDefault
- Nullable<RetentionInDaysAsDefaultState>
True – O valor se origina da retenção do workspace em dias, False – específico do cliente.
- totalRetentionInDaysAsDefault
- Nullable<TotalRetentionInDaysAsDefaultState>
True – o valor se origina da retenção em dias, False – específico do cliente.
Retornos
Uma nova OperationalInsightsTableData instância para zombar.