Delen via


ContainerRegistryIPRuleAction Struct

Definition

The action of IP ACL rule.

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

Constructors

ContainerRegistryIPRuleAction(String)

Initializes a new instance of ContainerRegistryIPRuleAction.

Properties

Allow

Allow.

Methods

Equals(ContainerRegistryIPRuleAction)

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(ContainerRegistryIPRuleAction, ContainerRegistryIPRuleAction)

Determines if two ContainerRegistryIPRuleAction values are the same.

Implicit(String to ContainerRegistryIPRuleAction)

Converts a string to a ContainerRegistryIPRuleAction.

Inequality(ContainerRegistryIPRuleAction, ContainerRegistryIPRuleAction)

Determines if two ContainerRegistryIPRuleAction values are not the same.

Applies to