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