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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReturnTwithProtocol(ProtocolT protocol)Specifies the transport protocol.
-