Interface HasFrontendPort
- All Known Subinterfaces:
ApplicationGatewayRequestRoutingRule
,LoadBalancerInboundNatRule
,LoadBalancingRule
public interface HasFrontendPort
An interface representing a model's ability to reference a frontend port.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving specifying a frontend port.static interface
Grouping of definition stages applicable as part of a resource update, involving modifying the frontend port.static interface
Grouping of update stages involving modifying a frontend port. -
Method Summary
-
Method Details
-
frontendPort
int frontendPort()- Returns:
- the frontend port number the inbound network traffic is received on
-