Class IAppTableArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.F5BigIP.Sys.Inputs
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class IAppTableArgs : ResourceArgs
Constructors
View SourceIAppTableArgs()
Declaration
public IAppTableArgs()
Properties
View SourceColumnNames
Declaration
public InputList<string> ColumnNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
EncryptedColumns
Declaration
public Input<string> EncryptedColumns { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the iApp.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rows
Declaration
public InputList<IAppTableRowArgs> Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<IAppTableRowArgs> |