NetworkCloudSecurityRuleDirection Struct

Definition

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.

Applies to