Share via


PSTable Constructors

Definition

Overloads

PSTable()
PSTable(Table, String, String)

Creates a PS Table object that is same as response contract

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

PSTable()

public PSTable ();
Public Sub New ()

Applies to

PSTable(Table, String, String)

Creates a PS Table object that is same as response contract

public PSTable (Microsoft.Azure.Management.OperationalInsights.Models.Table table, string resourceGroupName, string workspaceName);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSTable : Microsoft.Azure.Management.OperationalInsights.Models.Table * string * string -> Microsoft.Azure.Commands.OperationalInsights.Models.PSTable
Public Sub New (table As Table, resourceGroupName As String, workspaceName As String)

Parameters

table
Table
resourceGroupName
String

Resource group name

workspaceName
String

Workspace name

Applies to

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

public PSTable (string resourceGroupName, string workspaceName, string tableName, string id, int? retentionInDays, int? totalRetentionInDays, string plan, string description, System.Collections.Hashtable columns);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSTable : string * string * string * string * Nullable<int> * Nullable<int> * string * string * System.Collections.Hashtable -> Microsoft.Azure.Commands.OperationalInsights.Models.PSTable
Public Sub New (resourceGroupName As String, workspaceName As String, tableName As String, id As String, retentionInDays As Nullable(Of Integer), totalRetentionInDays As Nullable(Of Integer), plan As String, description As String, columns As Hashtable)

Parameters

resourceGroupName
String
workspaceName
String
tableName
String
id
String
retentionInDays
Nullable<Int32>
totalRetentionInDays
Nullable<Int32>
plan
String
description
String
columns
Hashtable

Applies to