Interface HasProtocol.UpdateStages.WithProtocol<ReturnT, ProtocolT>

Type Parameters:
ReturnT - the next stage of the update
ProtocolT - 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 Type
    Method
    Description
    Specifies the transport protocol.
  • Method Details

    • withProtocol

      ReturnT withProtocol(ProtocolT protocol)
      Specifies the transport protocol.
      Parameters:
      protocol - a transport protocol
      Returns:
      the next stage of the update