ContainerAppIPRuleAction Struct

Definition

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

public readonly struct ContainerAppIPRuleAction : IEquatable<Azure.ResourceManager.AppContainers.Models.ContainerAppIPRuleAction>
type ContainerAppIPRuleAction = struct
Public Structure ContainerAppIPRuleAction
Implements IEquatable(Of ContainerAppIPRuleAction)
Inheritance
ContainerAppIPRuleAction
Implements

Constructors

ContainerAppIPRuleAction(String)

Initializes a new instance of ContainerAppIPRuleAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(ContainerAppIPRuleAction)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(ContainerAppIPRuleAction, ContainerAppIPRuleAction)

Determines if two ContainerAppIPRuleAction values are the same.

Implicit(String to ContainerAppIPRuleAction)

Converts a string to a ContainerAppIPRuleAction.

Inequality(ContainerAppIPRuleAction, ContainerAppIPRuleAction)

Determines if two ContainerAppIPRuleAction values are not the same.

Applies to