IWithProtocol Interface

Definition

The stage of an inbound NAT rule update allowing to specify the transport protocol for the rule to apply to.

public interface IWithProtocol : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Update.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Update.IUpdate,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>
type IWithProtocol = interface
    interface IWithProtocol<IUpdate, TransportProtocol>
Public Interface IWithProtocol
Implements IWithProtocol(Of IUpdate, TransportProtocol)
Derived
Implements

Methods

WithProtocol(ProtocolT)

Specifies the transport protocol.

(Inherited from IWithProtocol<ReturnT,ProtocolT>)

Applies to