Share via


HciVmSecurityRuleDirection Struct

Definition

The direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.

public readonly struct HciVmSecurityRuleDirection : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmSecurityRuleDirection>
type HciVmSecurityRuleDirection = struct
Public Structure HciVmSecurityRuleDirection
Implements IEquatable(Of HciVmSecurityRuleDirection)
Inheritance
HciVmSecurityRuleDirection
Implements

Constructors

HciVmSecurityRuleDirection(String)

Initializes a new instance of HciVmSecurityRuleDirection.

Properties

Inbound

Rule is evaluated on incoming traffic.

Outbound

Rule is evaluated on outgoing traffic.

Methods

Equals(HciVmSecurityRuleDirection)

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(HciVmSecurityRuleDirection, HciVmSecurityRuleDirection)

Determines if two HciVmSecurityRuleDirection values are the same.

Implicit(String to HciVmSecurityRuleDirection)

Converts a String to a HciVmSecurityRuleDirection.

Inequality(HciVmSecurityRuleDirection, HciVmSecurityRuleDirection)

Determines if two HciVmSecurityRuleDirection values are not the same.

Applies to