HybridComputeAccessRuleDirection 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.
Indicates direction of an access rule.
public readonly struct HybridComputeAccessRuleDirection : IEquatable<Azure.ResourceManager.HybridCompute.Models.HybridComputeAccessRuleDirection>
type HybridComputeAccessRuleDirection = struct
Public Structure HybridComputeAccessRuleDirection
Implements IEquatable(Of HybridComputeAccessRuleDirection)
- Inheritance
-
HybridComputeAccessRuleDirection
- Implements
Constructors
HybridComputeAccessRuleDirection(String) |
Initializes a new instance of HybridComputeAccessRuleDirection. |
Properties
Inbound |
Traffic originates outside of network. |
Outbound |
Traffic originates inside the network. |
Methods
Equals(HybridComputeAccessRuleDirection) |
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(HybridComputeAccessRuleDirection, HybridComputeAccessRuleDirection) |
Determines if two HybridComputeAccessRuleDirection values are the same. |
Implicit(String to HybridComputeAccessRuleDirection) |
Converts a String to a HybridComputeAccessRuleDirection. |
Inequality(HybridComputeAccessRuleDirection, HybridComputeAccessRuleDirection) |
Determines if two HybridComputeAccessRuleDirection values are not the same. |
Applies to
Azure SDK for .NET