IotHubGatewayServiceAPIs Interface
public interface IotHubGatewayServiceAPIs
The interface for IotHubGatewayServiceAPIs class.
Field Summary
Modifier and Type | Field and Description |
---|---|
String |
DEFAULT_BASE_URL
The default base URL. |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
apiVersion()
Gets Version of the Api.. |
Digital |
digitalTwins()
Gets the DigitalTwins object to access its operations. |
RestClient |
restClient()
Gets the REST client. |
Iot |
withApiVersion(String apiVersion)
Sets Version of the Api.. |
Field Details
DEFAULT_BASE_URL
public String DEFAULT_BASE_URL= "https://fully-qualified-iothubname.azure-devices.net"
The default base URL.
Method Details
apiVersion
public String apiVersion()
Gets Version of the Api..
Returns:
digitalTwins
public DigitalTwins digitalTwins()
Gets the DigitalTwins object to access its operations.
Returns:
restClient
public RestClient restClient()
Gets the REST client.
Returns:
withApiVersion
public IotHubGatewayServiceAPIs withApiVersion(String apiVersion)
Sets Version of the Api..
Parameters:
Returns:
Applies to
Azure SDK for Java