HasPort Interface
public interface HasPort
An interface representing a model's ability to have a port number.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract int |
port()
Gets the port number. |
Method Details
port
public abstract int port()
Gets the port number.
Returns:
the port number
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Java