PSTable Class

Definition

public class PSTable : Microsoft.Azure.Commands.OperationalInsights.OperationalInsightsParametersBase
type PSTable = class
    inherit OperationalInsightsParametersBase
Public Class PSTable
Inherits OperationalInsightsParametersBase
Inheritance
Derived

Constructors

PSTable()
PSTable(String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, String, Hashtable)
PSTable(Table, String, String)

Creates a PS Table object that is same as response contract

Properties

Description
Id

Resource Id

Name

Table name

Plan
ProvisioningState
ResourceGroupName (Inherited from OperationalInsightsParametersBase)
RestoredLogs
RetentionInDays
Schema
SearchResults
TotalRetentionInDays
WorkspaceName (Inherited from OperationalInsightsParametersBase)

Methods

ToTableProperties()

Creates a Table object for create or update flow

Applies to