你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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