AccessRuleDirection 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 AccessRuleDirection : IEquatable<Azure.ResourceManager.CosmosDB.Models.AccessRuleDirection>
type AccessRuleDirection = struct
Public Structure AccessRuleDirection
Implements IEquatable(Of AccessRuleDirection)
- Inheritance
-
AccessRuleDirection
- Implements
Constructors
AccessRuleDirection(String) |
Initializes a new instance of AccessRuleDirection. |
Properties
Inbound |
Applies to inbound network traffic to the secured resources. |
Outbound |
Applies to outbound network traffic from the secured resources. |
Methods
Equals(AccessRuleDirection) |
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(AccessRuleDirection, AccessRuleDirection) |
Determines if two AccessRuleDirection values are the same. |
Implicit(String to AccessRuleDirection) |
Converts a string to a AccessRuleDirection. |
Inequality(AccessRuleDirection, AccessRuleDirection) |
Determines if two AccessRuleDirection values are not the same. |
Applies to
Azure SDK for .NET