Show / Hide Table of Contents

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 Source

Action

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
View Source

IpMask

The IP address range in CIDR notation for the rule.

Declaration
public readonly string IpMask
Field Value
Type Description
System.String
View Source

Name

The name of the filter.

Declaration
public readonly string Name
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.