Partager via


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 DpsCertificatesClient getDpsCertificates()

Gets the DpsCertificatesClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract IotDpsResourcesClient getIotDpsResources()

Gets the IotDpsResourcesClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract String getSubscriptionId()

Gets The subscription identifier.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDpsCertificates

public abstract DpsCertificatesClient getDpsCertificates()

Gets the DpsCertificatesClient object to access its operations.

Returns:

the DpsCertificatesClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getIotDpsResources

public abstract IotDpsResourcesClient getIotDpsResources()

Gets the IotDpsResourcesClient object to access its operations.

Returns:

the IotDpsResourcesClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets The subscription identifier.

Returns:

the subscriptionId value.

Applies to