NetworkCloudSecurityRuleDirection 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.
The direction of allowed network traffic based on the rule.
public readonly struct NetworkCloudSecurityRuleDirection : IEquatable<Azure.ResourceManager.NetworkCloud.Models.NetworkCloudSecurityRuleDirection>
type NetworkCloudSecurityRuleDirection = struct
Public Structure NetworkCloudSecurityRuleDirection
Implements IEquatable(Of NetworkCloudSecurityRuleDirection)
- Inheritance
-
NetworkCloudSecurityRuleDirection
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkCloudSecurityRuleDirection(String) |
Initializes a new instance of NetworkCloudSecurityRuleDirection. |
Properties
| Name | Description |
|---|---|
| Inbound |
Inbound traffic toward the on-premsises cluster. |
| Outbound |
Outbound traffic from the on-premises cluster. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkCloudSecurityRuleDirection) |
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
| Name | Description |
|---|---|
| Equality(NetworkCloudSecurityRuleDirection, NetworkCloudSecurityRuleDirection) |
Determines if two NetworkCloudSecurityRuleDirection values are the same. |
| Implicit(String to NetworkCloudSecurityRuleDirection) |
Converts a string to a NetworkCloudSecurityRuleDirection. |
| Implicit(String to Nullable<NetworkCloudSecurityRuleDirection>) | |
| Inequality(NetworkCloudSecurityRuleDirection, NetworkCloudSecurityRuleDirection) |
Determines if two NetworkCloudSecurityRuleDirection values are not the same. |