Show / Hide Table of Contents

Class IoTHubIpFilterRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IoTHubIpFilterRuleArgs
Inherited Members
ResourceArgs.Empty
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 Source

IoTHubIpFilterRuleArgs()

Declaration
public IoTHubIpFilterRuleArgs()

Properties

View Source

Action

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

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

Name

The name of the filter.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.