Share via


InboundSecurityRulesProtocol Struct

Definition

Protocol. This should be either TCP or UDP.

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

Constructors

InboundSecurityRulesProtocol(String)

Initializes a new instance of InboundSecurityRulesProtocol.

Properties

Tcp

TCP.

Udp

UDP.

Methods

Equals(InboundSecurityRulesProtocol)

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

Determines if two InboundSecurityRulesProtocol values are the same.

Implicit(String to InboundSecurityRulesProtocol)

Converts a string to a InboundSecurityRulesProtocol.

Inequality(InboundSecurityRulesProtocol, InboundSecurityRulesProtocol)

Determines if two InboundSecurityRulesProtocol values are not the same.

Applies to