Interface HasProtocol<ProtocolT>
-
- Type Parameters:
ProtocolT- the protocol type of the value
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration,ApplicationGatewayListener,ApplicationGatewayProbe,LoadBalancerHttpProbe,LoadBalancerInboundNatPool,LoadBalancerInboundNatRule,LoadBalancerOutboundRule,LoadBalancerProbe,LoadBalancerTcpProbe,LoadBalancingRule
public interface HasProtocol<ProtocolT>An interface representing a model's ability to reference a transport protocol.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHasProtocol.DefinitionStagesGrouping of definition stages involving specifying the protocol.static interfaceHasProtocol.UpdateDefinitionStagesGrouping of definition stages applicable as part of a load balancer update, involving specifying the protocol.static interfaceHasProtocol.UpdateStagesGrouping of update stages involving modifying the protocol.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolTprotocol()
-
-
-
Method Detail
-
protocol
ProtocolT protocol()
- Returns:
- the protocol
-
-