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