NspAccessRuleDirection 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.
Direction of Access Rule.
public readonly struct NspAccessRuleDirection : IEquatable<Azure.ResourceManager.Storage.Models.NspAccessRuleDirection>
type NspAccessRuleDirection = struct
Public Structure NspAccessRuleDirection
Implements IEquatable(Of NspAccessRuleDirection)
- Inheritance
-
NspAccessRuleDirection
- Implements
Constructors
NspAccessRuleDirection(String) |
Initializes a new instance of NspAccessRuleDirection. |
Properties
Inbound |
Inbound. |
Outbound |
Outbound. |
Methods
Equals(NspAccessRuleDirection) |
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(NspAccessRuleDirection, NspAccessRuleDirection) |
Determines if two NspAccessRuleDirection values are the same. |
Implicit(String to NspAccessRuleDirection) |
Converts a string to a NspAccessRuleDirection. |
Inequality(NspAccessRuleDirection, NspAccessRuleDirection) |
Determines if two NspAccessRuleDirection values are not the same. |
Applies to
Azure SDK for .NET