IotDpsClient Interface
public interface IotDpsClient
The interface for IotDpsClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract
Dps |
getDpsCertificates()
Gets the Dps |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Iot |
getIotDpsResources()
Gets the Iot |
abstract
Operations |
getOperations()
Gets the Operations |
abstract String |
getSubscriptionId()
Gets The subscription identifier. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDpsCertificates
public abstract DpsCertificatesClient getDpsCertificates()
Gets the DpsCertificatesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getIotDpsResources
public abstract IotDpsResourcesClient getIotDpsResources()
Gets the IotDpsResourcesClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The subscription identifier.
Returns:
Applies to
Azure SDK for Java