HciVmInboundNatRuleProtocol Struct

Definition

Protocol for inbound NAT rules.

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

Constructors

Name Description
HciVmInboundNatRuleProtocol(String)

Initializes a new instance of HciVmInboundNatRuleProtocol.

Properties

Name Description
Tcp

TCP - load balance only tcp traffic.

Udp

Udp - load balance only UDP traffic.

Methods

Name Description
Equals(HciVmInboundNatRuleProtocol)

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

Determines if two HciVmInboundNatRuleProtocol values are the same.

Implicit(String to HciVmInboundNatRuleProtocol)

Converts a string to a HciVmInboundNatRuleProtocol.

Implicit(String to Nullable<HciVmInboundNatRuleProtocol>)
Inequality(HciVmInboundNatRuleProtocol, HciVmInboundNatRuleProtocol)

Determines if two HciVmInboundNatRuleProtocol values are not the same.

Applies to