Class IRuleArgs
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.Ltm
Assembly: Pulumi.F5BigIP.dll
Syntax
public sealed class IRuleArgs : ResourceArgs
Constructors
View SourceIRuleArgs()
Declaration
public IRuleArgs()
Properties
View SourceIrule
Body of the iRule
Declaration
public Input<string> Irule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Name of the iRule
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |