Interface HasPort
- All Known Subinterfaces:
ApplicationGatewayBackendHttpConfiguration
,LoadBalancerHttpProbe
,LoadBalancerProbe
,LoadBalancerTcpProbe
public interface HasPort
An interface representing a model's ability to have a port number.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Grouping of definition stages involving specifying a port number.static interface
Grouping of definition stages of a parent resource update involving specifying a port number.static interface
Grouping of update stages involving specifying the port number. -
Method Summary
-
Method Details
-
port
int port()- Returns:
- the port number
-