Interface HasProtocol.UpdateStages.WithProtocol<ReturnT, ProtocolT>
- Type Parameters:
ReturnT- the next stage of the updateProtocolT- the type of the protocol value
- All Known Subinterfaces:
ApplicationGatewayProbe.Update, ApplicationGatewayProbe.UpdateStages.WithProtocol, LoadBalancerInboundNatPool.Update, LoadBalancerInboundNatPool.UpdateStages.WithProtocol, LoadBalancerInboundNatRule.Update, LoadBalancerInboundNatRule.UpdateStages.WithProtocol, LoadBalancerOutboundRule.Update<ParentT>, LoadBalancerOutboundRule.UpdateStages.WithProtocol<ParentT>, LoadBalancingRule.Update, LoadBalancingRule.UpdateStages.WithProtocol
- Enclosing interface:
HasProtocol.UpdateStages
public static interface HasProtocol.UpdateStages.WithProtocol<ReturnT, ProtocolT>
The stage of an update allowing to modify the transport protocol.
-
Method Summary
Modifier and TypeMethodDescriptionwithProtocol(ProtocolT protocol) Specifies the transport protocol.
-
Method Details
-
withProtocol
-