Share via


SignalRNetworkAclAction Struct

Definition

Azure Networking ACL Action.

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

Constructors

SignalRNetworkAclAction(String)

Initializes a new instance of SignalRNetworkAclAction.

Properties

Allow

Allow.

Deny

Deny.

Methods

Equals(SignalRNetworkAclAction)

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

Determines if two SignalRNetworkAclAction values are the same.

Implicit(String to SignalRNetworkAclAction)

Converts a string to a SignalRNetworkAclAction.

Inequality(SignalRNetworkAclAction, SignalRNetworkAclAction)

Determines if two SignalRNetworkAclAction values are not the same.

Applies to