Share via


HciVmSecurityRuleAccess Struct

Definition

Whether network traffic is allowed or denied.

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

Constructors

HciVmSecurityRuleAccess(String)

Initializes a new instance of HciVmSecurityRuleAccess.

Properties

Allow

Network traffic is allowed.

Deny

Network traffic is denied.

Methods

Equals(HciVmSecurityRuleAccess)

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

Determines if two HciVmSecurityRuleAccess values are the same.

Implicit(String to HciVmSecurityRuleAccess)

Converts a String to a HciVmSecurityRuleAccess.

Inequality(HciVmSecurityRuleAccess, HciVmSecurityRuleAccess)

Determines if two HciVmSecurityRuleAccess values are not the same.

Applies to