ContainerAppIPSecurityRestrictionRule Class

Definition

Rule to restrict incoming IP address.

public class ContainerAppIPSecurityRestrictionRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppContainers.Models.ContainerAppIPSecurityRestrictionRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppContainers.Models.ContainerAppIPSecurityRestrictionRule>
type ContainerAppIPSecurityRestrictionRule = class
    interface IJsonModel<ContainerAppIPSecurityRestrictionRule>
    interface IPersistableModel<ContainerAppIPSecurityRestrictionRule>
Public Class ContainerAppIPSecurityRestrictionRule
Implements IJsonModel(Of ContainerAppIPSecurityRestrictionRule), IPersistableModel(Of ContainerAppIPSecurityRestrictionRule)
Inheritance
ContainerAppIPSecurityRestrictionRule
Implements

Constructors

ContainerAppIPSecurityRestrictionRule(String, String, ContainerAppIPRuleAction)

Initializes a new instance of ContainerAppIPSecurityRestrictionRule.

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

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppIPSecurityRestrictionRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerAppIPSecurityRestrictionRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppIPSecurityRestrictionRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppIPSecurityRestrictionRule>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerAppIPSecurityRestrictionRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to