Compartilhar via


IIPSecurityRestrictionRule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IPSecurityRestrictionRuleTypeConverter))]
public interface IIPSecurityRestrictionRule : Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IPSecurityRestrictionRuleTypeConverter))>]
type IIPSecurityRestrictionRule = interface
    interface IJsonSerializable
Public Interface IIPSecurityRestrictionRule
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Action

Allow or Deny rules to determine for incoming IP. Note: Rules can only consist of ALL Allow or ALL Deny

Description

Describe the IP restriction rule that is being sent to the container-app. This is an optional field.

IPAddressRange

CIDR notation to match incoming IP address

Name

Name for the IP restriction rule.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to