SignalRNetworkAclAction Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET