Share via


IpFilterRule.Action Property

Definition

Gets or sets the desired action for requests captured by this rule. Possible values include: 'Accept', 'Reject'

[Newtonsoft.Json.JsonProperty(PropertyName="action")]
public Microsoft.Azure.Management.IotHub.Models.IpFilterActionType Action { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="action")>]
member this.Action : Microsoft.Azure.Management.IotHub.Models.IpFilterActionType with get, set
Public Property Action As IpFilterActionType

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to