Share via


IPSecurityRestriction Class

Definition

IP security restriction on an app.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter))]
public class IPSecurityRestriction : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IPSecurityRestrictionTypeConverter))>]
type IPSecurityRestriction = class
    interface IIPSecurityRestriction
    interface IJsonSerializable
Public Class IPSecurityRestriction
Implements IIPSecurityRestriction
Inheritance
IPSecurityRestriction
Attributes
Implements

Constructors

IPSecurityRestriction()

Creates an new IPSecurityRestriction instance.

Properties

Action

Allow or Deny access for this IP range.

Description

IP restriction rule description.

IPAddress

IP address the security restriction is valid for. It can be in form of pure ipv4 address (required SubnetMask property) or CIDR notation such as ipv4/mask (leading bit match). For CIDR, SubnetMask property must not be specified.

Name

IP restriction rule name.

Priority

Priority of IP restriction rule.

SubnetMask

Subnet mask for the range of IP addresses the restriction is valid for.

SubnetTrafficTag

(internal) Subnet traffic tag

Tag

Defines what this IP filter will be used for. This is to support IP filtering on proxies.

VnetSubnetResourceId

Virtual network resource id

VnetTrafficTag

(internal) Vnet traffic tag

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of IPSecurityRestriction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of IPSecurityRestriction.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IIPSecurityRestriction.

FromJsonString(String)

Creates a new instance of IPSecurityRestriction, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of IPSecurityRestriction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to