java.lang.Object
com.azure.resourcemanager.deviceprovisioningservices.IotDpsManager

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

    • 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.
    • authenticate

      public static IotDpsManager authenticate(com.azure.core.http.HttpPipeline httpPipeline, com.azure.core.management.profile.AzureProfile profile)
      Creates an instance of IotDps service API entry point.
      Parameters:
      httpPipeline - the HttpPipeline configured with Azure authentication credential.
      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()
      Gets the resource collection API of Operations.
      Returns:
      Resource collection API of Operations.
    • dpsCertificates

      public DpsCertificates dpsCertificates()
      Gets the resource collection API of DpsCertificates. It manages CertificateResponse.
      Returns:
      Resource collection API of DpsCertificates.
    • iotDpsResources

      public IotDpsResources iotDpsResources()
      Gets the resource collection API of IotDpsResources. It manages ProvisioningServiceDescription, PrivateEndpointConnection.
      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.