IotDpsManager Class

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

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 IotDpsManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)

Creates an instance of IotDps service API entry point.

static IotDpsManager authenticate(TokenCredential credential, AzureProfile profile)

Creates an instance of IotDps service API entry point.

static Configurable configure()

Gets a Configurable instance that can be used to create IotDpsManager with optional configuration.

DpsCertificates dpsCertificates()

Gets the resource collection API of DpsCertificates.

IotDpsResources iotDpsResources()

Gets the resource collection API of IotDpsResources.

Operations operations()

Gets the resource collection API of Operations.

IotDpsManagementClient serviceClient()

Gets wrapped service client IotDpsManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.

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:

httpPipeline - the HttpPipeline configured with Azure authentication credential.
profile - the Azure profile for client.

Returns:

the IotDps service API instance.

authenticate

public static IotDpsManager authenticate(TokenCredential credential, 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.

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.

operations

public Operations operations()

Gets the resource collection API of Operations.

Returns:

Resource collection API of Operations.

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:

Wrapped service client IotDpsManagementClient.

Applies to