IWithProtocol<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of an inbound NAT rule definition allowing to specify the transport protocol.
public interface IWithProtocol<ParentT> : Microsoft.Azure.Management.Network.Fluent.HasProtocol.Definition.IWithProtocol<Microsoft.Azure.Management.Network.Fluent.LoadBalancerInboundNatRule.Definition.IWithFrontend<Microsoft.Azure.Management.Network.Fluent.LoadBalancer.Definition.IWithCreateAndInboundNatRule>,Microsoft.Azure.Management.Network.Fluent.Models.TransportProtocol>
type IWithProtocol<'ParentT> = interface
interface IWithProtocol<IWithFrontend<IWithCreateAndInboundNatRule>, TransportProtocol>
Public Interface IWithProtocol(Of ParentT)
Implements IWithProtocol(Of IWithFrontend(Of IWithCreateAndInboundNatRule), TransportProtocol)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
WithProtocol(ProtocolT) |
Specifies the transport protocol. (Inherited from IWithProtocol<ReturnT,ProtocolT>) |