IotDpsManager Class
- java.
lang. Object - com.
azure. resourcemanager. deviceprovisioningservices. IotDpsManager
- com.
public final class IotDpsManager
Entry point to IotDpsManager. API for using the Azure IoT Hub Device Provisioning Service features.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Iot |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Iot |
|
static
Iot |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Iot |
| static Configurable |
configure()
Gets a Configurable instance that can be used to create Iot |
|
Dps |
dpsCertificates()
Gets the resource collection API of Dps |
|
Iot |
iotDpsResources()
Gets the resource collection API of Iot |
| Operations |
operations()
Gets the resource collection API of Operations. |
|
Iot |
serviceClient()
Gets wrapped service client Iot |
Methods inherited from java.lang.Object
Method Details
authenticate
public static IotDpsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of IotDps service API entry point.
Parameters:
Returns:
authenticate
public static IotDpsManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of IotDps service API entry point.
Parameters:
Returns:
configure
public static IotDpsManager.Configurable configure()
Gets a Configurable instance that can be used to create IotDpsManager with optional configuration.
Returns:
dpsCertificates
public DpsCertificates dpsCertificates()
Gets the resource collection API of DpsCertificates. It manages CertificateResponse.
Returns:
iotDpsResources
public IotDpsResources iotDpsResources()
Gets the resource collection API of IotDpsResources. It manages ProvisioningServiceDescription, PrivateEndpointConnection.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
serviceClient
public IotDpsManagementClient serviceClient()
Gets wrapped service client IotDpsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns: