Class As3State
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
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class As3State : ResourceArgs
Constructors
View SourceAs3State()
Declaration
public As3State()
Properties
View SourceAs3Json
Path/Filename of Declarative AS3 JSON which can be a template/json file used with builtin templatefile function (or) file function
Declaration
public Input<string> As3Json { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TenantName
Name of Tenant
Declaration
public Input<string> TenantName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |