Class IoTHubIpFilterRule
Inheritance
System.Object
IoTHubIpFilterRule
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class IoTHubIpFilterRule
Fields
View SourceAction
The desired action for requests captured by this rule. Possible values are Accept, Reject
Declaration
public readonly string Action
Field Value
| Type | Description |
|---|---|
| System.String |
IpMask
The IP address range in CIDR notation for the rule.
Declaration
public readonly string IpMask
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The name of the filter.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |