Class IotDpsManager


  • public final class IotDpsManager
    extends Object
    Entry point to IotDpsManager. API for using the Azure IoT Hub Device Provisioning Service features.
    • Method Detail

      • authenticate

        public static IotDpsManager authenticate​(com.azure.core.credential.TokenCredential credential,
                                                 com.azure.core.management.profile.AzureProfile profile)
        Creates an instance of IotDps service API entry point.
        Parameters:
        credential - the credential to use.
        profile - the Azure profile for client.
        Returns:
        the IotDps service API instance.
      • configure

        public static IotDpsManager.Configurable configure()
        Gets a Configurable instance that can be used to create IotDpsManager with optional configuration.
        Returns:
        the Configurable instance allowing configurations.
      • operations

        public Operations operations()
        Returns:
        Resource collection API of Operations.
      • dpsCertificates

        public DpsCertificates dpsCertificates()
        Returns:
        Resource collection API of DpsCertificates.
      • iotDpsResources

        public IotDpsResources iotDpsResources()
        Returns:
        Resource collection API of IotDpsResources.
      • serviceClient

        public IotDpsClient serviceClient()
        Returns:
        Wrapped service client IotDpsClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.