Class IoTHubIpFilterRuleArgs
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.Azure.Iot.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IoTHubIpFilterRuleArgs : ResourceArgs
Constructors
View SourceIoTHubIpFilterRuleArgs()
Declaration
public IoTHubIpFilterRuleArgs()
Properties
View SourceAction
The desired action for requests captured by this rule. Possible values are Accept, Reject
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IpMask
The IP address range in CIDR notation for the rule.
Declaration
public Input<string> IpMask { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The name of the filter.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |