Skip navigation links
A B C D E G H I M N P Q R S T V W X 

A

AllocationPolicy - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
The Device Provisioning Service enrollment level allocation policies.
Attestation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
This is the abstract class that unifies all possible types of attestation that Device Provisioning Service supports.
Attestation() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.Attestation
 
AttestationMechanism - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service Attestation mechanism in the IndividualEnrollment and EnrollmentGroup.
AttestationMechanism(Attestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanism
CONSTRUCTOR
AttestationMechanism(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanism
 
AttestationMechanismType - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
Type of Device Provisioning Service attestation mechanism.
AuthenticationMethod - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
Class used to abstract the different authentication methods used to use Provisioning SDK.
AuthenticationMethod() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.auth.AuthenticationMethod
 

B

bestErrorCode(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ErrorMessageParser
Get the fully qualified error code from the http response message errorReason, if one exists.
bestErrorMessage(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ErrorMessageParser
Parse the fullErrorMessage from the IoTHub to find the root cause of the problem, after that, return a string with the best information about the issue
BulkEnrollmentOperation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service bulk operation with a JSON serializer.
BulkEnrollmentOperation() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
 
BulkEnrollmentOperationError - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service device registration operation error.
BulkEnrollmentOperationResult - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service bulk operation result with a JSON deserializer.
BulkEnrollmentOperationResult(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
CONSTRUCTOR
BulkEnrollmentOperationResult() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
Empty constructor
BulkOperationMode - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
The Device Provisioning Service bulk operation modes.

C

com.microsoft.azure.sdk.iot.provisioning.service - package com.microsoft.azure.sdk.iot.provisioning.service
 
com.microsoft.azure.sdk.iot.provisioning.service.auth - package com.microsoft.azure.sdk.iot.provisioning.service.auth
 
com.microsoft.azure.sdk.iot.provisioning.service.configs - package com.microsoft.azure.sdk.iot.provisioning.service.configs
 
com.microsoft.azure.sdk.iot.provisioning.service.contract - package com.microsoft.azure.sdk.iot.provisioning.service.contract
 
com.microsoft.azure.sdk.iot.provisioning.service.exceptions - package com.microsoft.azure.sdk.iot.provisioning.service.exceptions
 
com.microsoft.azure.sdk.iot.provisioning.service.transport.https - package com.microsoft.azure.sdk.iot.provisioning.service.transport.https
 
ContractApiHttp - Class in com.microsoft.azure.sdk.iot.provisioning.service.contract
This client handles the Device Provisioning Service HTTP communication.
createConnectionString(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionStringBuilder
Static constructor to create ProvisioningConnectionString deserialize the given string
createConnectionString(String, AuthenticationMethod) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionStringBuilder
Static constructor to create ProvisioningConnectionString from host name and authentication method
createEnrollmentGroupQuery(QuerySpecification) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Factory to create an enrollmentGroup query.
createEnrollmentGroupQuery(QuerySpecification, int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Factory to create an enrollmentGroup query.
createEnrollmentGroupRegistrationStateQuery(QuerySpecification, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Factory to create a registration status query.
createEnrollmentGroupRegistrationStateQuery(QuerySpecification, String, int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Factory to create a registration status query.
createFromCAReferences(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Factory with CAReferences with only primary reference.
createFromCAReferences(String, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Factory with CAReferences with primary and secondary references.
createFromClientCertificates(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Factory with ClientCertificate with only primary certificate.
createFromClientCertificates(String, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Factory with ClientCertificates with primary and secondary certificates.
createFromConnectionString(ProvisioningConnectionString) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.contract.ContractApiHttp
Create a new instance of the ContractApiHttp.
createFromConnectionString(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Deprecated.
This static constructor works exactly the same as ProvisioningServiceClient(String) so it has been deprecated.
createFromRootCertificates(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Factory with RootCertificates with only primary certificate.
createFromRootCertificates(String, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Factory with RootCertificates with primary and secondary certificates.
createIndividualEnrollmentQuery(QuerySpecification) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Factory to create a individualEnrollment query.
createIndividualEnrollmentQuery(QuerySpecification, int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Factory to create a individualEnrollment query.
createOrUpdateEnrollmentGroup(EnrollmentGroup) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Create or update an enrollment group record.
createOrUpdateIndividualEnrollment(IndividualEnrollment) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Create or update a individual Device Enrollment record.
createSqlQuery() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder
Creates a new instance of the QuerySpecification using the provided clauses to make the sql query.
CustomAllocationDefinition - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
 
CustomAllocationDefinition() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.CustomAllocationDefinition
 

D

dateTimeUtcToString(Date) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to convert the provided Date UTC into String.
deleteDeviceRegistrationState(DeviceRegistrationState) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the Registration Status information.
deleteDeviceRegistrationState(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the registration status information.
deleteDeviceRegistrationState(String, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the registration status information.
deleteEnrollmentGroup(EnrollmentGroup) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the enrollmentGroup information.
deleteEnrollmentGroup(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the enrollmentGroup information.
deleteEnrollmentGroup(String, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the enrollmentGroup information.
deleteIndividualEnrollment(IndividualEnrollment) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the individualEnrollment information.
deleteIndividualEnrollment(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the individualEnrollment information.
deleteIndividualEnrollment(String, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Delete the individualEnrollment information.
DeviceCapabilities - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
 
DeviceCapabilities() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.DeviceCapabilities
 
DeviceRegistrationState - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service device registration state with a JSON deserializer.
DeviceRegistrationState(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.DeviceRegistrationState
CONSTRUCTOR

E

EnrollmentGroup - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service enrollment group with a JSON serializer and deserializer.
EnrollmentGroup(String, Attestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
CONSTRUCTOR
EnrollmentGroup(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
CONSTRUCTOR
EnrollmentStatus - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
The Device Provisioning Service enrollment status.
ErrorMessageParser - Class in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Representation of a single error message collection with a Json deserializer.
ErrorMessageParser() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ErrorMessageParser
 

G

getAttestation() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanism
Getter for the Attestation.
getAttestation() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
Getter for the attestation mechanism.
getAttestation() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
Getter for the attestation mechanism.
getBody() - Method in interface com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMessage
Gets the message body.
getBody() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
Getter for the response body.
getCAReferences() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Getter for the caReferences.
getClientCertificates() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Getter for the clientCertificates.
getContentType() - Method in interface com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMessage
Gets the content type string.
getDateTimeUtc(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to convert the provided string in a UTC Date.
getDefaultErrorCode() - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ErrorMessageParser
 
getDesiredProperties() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinState
Getter for the desired property.
getDeviceRegistrationState(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Retrieve the registration status information.
getEnrollmentGroup(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Retrieve the enrollmentGroup information.
getEnrollmentGroupAttestationMechanism(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Get the attestation mechanism details for a given enrollment group
getErrorReason() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
Getter for the error reason.
getErrors() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
Getter for the bulk of errors.
getHeaderField(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
Getter for a header field.
getHeaderFields() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
Getter for the header fields.
getIndividualEnrollment(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Retrieve the individualEnrollment information.
getIndividualEnrollmentAttestationMechanism(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Get the attestation mechanism details for a given individual enrollment
getJsonObjectValue(JsonObject) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
 
getMigrateDeviceData() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
Getter for the migrateDeviceData flag.
getPageSize() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
Getter for the pageSize.
getPrimaryX509CertificateInfo() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Getter for the primary X509 certificate info.
getRootCertificates() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Getter for the rootCertificates.
getSecondaryX509CertificateInfo() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Getter for the secondary X509 certificate info.
getServiceApiVersion() - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.contract.SDKUtils
Getter for the rest API version
getStatus() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
Getter for the HTTPS status code.
getSuccessful() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
Getter for the Bulk Operation successful.
getTwinMetadata() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Getter for the TwinCollection metadata
getTwinMetadata(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Getter for the entry metadata in the TwinCollection.
getUpdateHubAssignment() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
Getter for the updateHubAssignment flag.
getUserString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionString
Serialize user string
getUTCDateStringFromDate(Date) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Convert from a date object back into a string representation Expected format of returned string: "2016-01-21T11:05:21"
getValue() - Method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder.FromType
 
getVersion() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Getter for the version.
groupBy(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder
Setter for the `groupBy` clause.

H

hasNext() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
Getter for hasNext.
HttpMessage - Interface in com.microsoft.azure.sdk.iot.provisioning.service.transport.https
An HTTPS message.
HttpMethod - Enum in com.microsoft.azure.sdk.iot.provisioning.service.transport.https
The HTTPS request method (i.e.
HttpRequest - Class in com.microsoft.azure.sdk.iot.provisioning.service.transport.https
 
HttpRequest(URL, HttpMethod, byte[]) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
Constructor.
HttpRequest() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
 
HttpResponse - Class in com.microsoft.azure.sdk.iot.provisioning.service.transport.https
An HTTPS response.
HttpResponse(int, byte[], Map<String, List<String>>, byte[]) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
Constructor.
HttpResponse() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
 
httpResponseVerification(int, String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientExceptionManager
Verify response using response status

I

IndividualEnrollment - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service enrollment with a JSON serializer and deserializer.
IndividualEnrollment(String, Attestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
CONSTRUCTOR
IndividualEnrollment(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
CONSTRUCTOR
isFieldAvailable(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpResponse
 
isIotEdge() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.DeviceCapabilities
Getter for iotEdge Boolean

M

mapToJsonElement(Map<String, Object>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to convert a provided map in to a JsonElement, including sub-maps.

N

next() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
Return the next page of result for the query.
next(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
Return the next page of result for the query using a new continuationToken.

P

ParserUtility - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Set of static functions to help the serializer.
ParserUtility() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
 
populateWithAuthenticationProperties(ProvisioningConnectionString) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.AuthenticationMethod
Abstract helper function to populate IotHubConnectionString class with proper authentication properties
ProvisioningConnectionString - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
Expose all connections string properties and methods for user, device and connection string serialization.
ProvisioningConnectionStringBuilder - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
Provide static constructors to create ProvisioningConnectionString object
ProvisioningConnectionStringBuilder() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionStringBuilder
 
ProvisioningSasToken - Class in com.microsoft.azure.sdk.iot.provisioning.service.auth
Grants device access to an Provisioning for the specified amount of time.
ProvisioningSasToken(ProvisioningConnectionString) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningSasToken
Constructor.
ProvisioningServiceClient - Class in com.microsoft.azure.sdk.iot.provisioning.service
Device Provisioning Service Client.
ProvisioningServiceClient(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Create a new instance of the DeviceProvisioningServiceClient that exposes the API to the Device Provisioning Service.
ProvisioningServiceClientBadFormatException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create bad message format exception
ProvisioningServiceClientBadFormatException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadFormatException
 
ProvisioningServiceClientBadFormatException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadFormatException
 
ProvisioningServiceClientBadUsageException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
This is the subset of the Device Provisioning Service exceptions for the exceptions related to usage error.
ProvisioningServiceClientBadUsageException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
 
ProvisioningServiceClientBadUsageException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
 
ProvisioningServiceClientBadUsageException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
 
ProvisioningServiceClientBadUsageException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientBadUsageException
 
ProvisioningServiceClientException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Super class for the Device Provisioning Service exceptions on the Service Client.
ProvisioningServiceClientException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
 
ProvisioningServiceClientException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
 
ProvisioningServiceClientException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
 
ProvisioningServiceClientException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientException
 
ProvisioningServiceClientExceptionManager - Class in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Provide static function to verify the Device Provisioning Service results and throw appropriate exception.
ProvisioningServiceClientExceptionManager() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientExceptionManager
 
ProvisioningServiceClientInternalServerErrorException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create internal server error exception
ProvisioningServiceClientInternalServerErrorException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientInternalServerErrorException
 
ProvisioningServiceClientInternalServerErrorException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientInternalServerErrorException
 
ProvisioningServiceClientNotFoundException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create Device Provisioning Service not found exception
ProvisioningServiceClientNotFoundException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientNotFoundException
 
ProvisioningServiceClientNotFoundException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientNotFoundException
 
ProvisioningServiceClientPreconditionFailedException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create precondition failed exception
ProvisioningServiceClientPreconditionFailedException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientPreconditionFailedException
 
ProvisioningServiceClientPreconditionFailedException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientPreconditionFailedException
 
ProvisioningServiceClientServiceException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
This is the subset of the Device Provisioning Service exceptions for the exceptions reported by the Service.
ProvisioningServiceClientServiceException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
 
ProvisioningServiceClientServiceException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
 
ProvisioningServiceClientServiceException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
 
ProvisioningServiceClientServiceException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientServiceException
 
ProvisioningServiceClientTooManyRequestsException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create too many requests exception
ProvisioningServiceClientTooManyRequestsException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTooManyRequestsException
 
ProvisioningServiceClientTooManyRequestsException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTooManyRequestsException
 
ProvisioningServiceClientTransientException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
This is the subset of the Device Provisioning Service exceptions for the exceptions related a temporary service issue.
ProvisioningServiceClientTransientException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
 
ProvisioningServiceClientTransientException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
 
ProvisioningServiceClientTransientException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
 
ProvisioningServiceClientTransientException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransientException
 
ProvisioningServiceClientTransportException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create transport exception
ProvisioningServiceClientTransportException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
 
ProvisioningServiceClientTransportException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
 
ProvisioningServiceClientTransportException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
 
ProvisioningServiceClientTransportException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientTransportException
 
ProvisioningServiceClientUnathorizedException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
Create unauthorized exception
ProvisioningServiceClientUnathorizedException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnathorizedException
 
ProvisioningServiceClientUnathorizedException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnathorizedException
 
ProvisioningServiceClientUnknownException - Exception in com.microsoft.azure.sdk.iot.provisioning.service.exceptions
This is the subset of the Device Provisioning Service exceptions for the unknown issues.
ProvisioningServiceClientUnknownException() - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
 
ProvisioningServiceClientUnknownException(String) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
 
ProvisioningServiceClientUnknownException(String, Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
 
ProvisioningServiceClientUnknownException(Throwable) - Constructor for exception com.microsoft.azure.sdk.iot.provisioning.service.exceptions.ProvisioningServiceClientUnknownException
 
ProvisioningStatus - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
The Device Provisioning Service provisioning status.
put(String, Object) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Add a single new entry in the TwinCollection.
putAll(Map<? extends String, ?>) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Add all information in the provided Map to the TwinCollection.

Q

Query - Class in com.microsoft.azure.sdk.iot.provisioning.service
The query iterator.
QueryResult - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service query response with a JSON deserializer.
QueryResult(String, String, String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResult
CONSTRUCTOR
QueryResult() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResult
Empty constructor
QueryResultType - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
The Device Provisioning Service query result type
QuerySpecification - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service query specification with a JSON serializer.
QuerySpecification(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecification
CONSTRUCTOR
QuerySpecificationBuilder - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
This is a helper to create a new instance of the QuerySpecification.
QuerySpecificationBuilder(String, QuerySpecificationBuilder.FromType) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder
CONSTRUCTOR
QuerySpecificationBuilder.FromType - Enum in com.microsoft.azure.sdk.iot.provisioning.service.configs
From clause for Query

R

RegistrationStatusManager - Class in com.microsoft.azure.sdk.iot.provisioning.service
Registration Status Manager
ReprovisionPolicy - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Settings for IoT Hub Device Reprovisioning
ReprovisionPolicy() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
 
request(HttpMethod, String, Map<String, String>, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.contract.ContractApiHttp
This function sends a raw information to the Device Provisioning Service service using http protocol.
resolveJsonElement(JsonElement) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
 
runBulkEnrollmentOperation(BulkOperationMode, Collection<IndividualEnrollment>) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.ProvisioningServiceClient
Create, update or delete a set of individual Device Enrollments.

S

SDKUtils - Class in com.microsoft.azure.sdk.iot.provisioning.service.contract
Contains the SDK name and version information.
SDKUtils() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.contract.SDKUtils
 
send() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
Executes the HTTPS request.
Serializable - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Abstract class with the parser for the provisioning configurations.
Serializable() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
 
setAttestation(AttestationMechanism) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
Setter for the attestation.
setAttestation(Attestation) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
Setter for the attestation.
setAttestation(AttestationMechanism) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
Setter for the attestation.
setAttestation(Attestation) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
Setter for the attestation.
setHeaderField(String, String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
Sets the header field to the given value.
setIotEdge(Boolean) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.DeviceCapabilities
Setter for iotEdge Boolean
setMigrateDeviceData(boolean) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
When set to true (default), the Device Provisioning Service will migrate the device's data (twin, device capabilities, and device ID) from one IoT hub to another during an IoT hub assignment update.
setPageSize(int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.Query
Setter for the pageSize.
setReadTimeoutMillis(int) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
Sets the read timeout, in milliseconds, for the request.
setSSLContext(SSLContext) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpRequest
 
setUpdateHubAssignment(boolean) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ReprovisionPolicy
When set to true (default), the Device Provisioning Service will evaluate the device's IoT Hub assignment and update it if necessary for any provisioning requests beyond the first from a given device.
stringToDateTimeOffset(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to convert the provided string in a offset Date.
SymmetricKeyAttestation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service Symmetric Key Attestation.
SymmetricKeyAttestation(String, String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.SymmetricKeyAttestation
CONSTRUCTOR
SymmetricKeyAttestation(SymmetricKeyAttestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.SymmetricKeyAttestation
CONSTRUCTOR (COPY)

T

toJson(BulkOperationMode, Collection<IndividualEnrollment>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
Serializer
toJson() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
Serializer
toJsonElement(BulkOperationMode, Collection<IndividualEnrollment>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
Serializer
toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentGroup
Serializer
toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.IndividualEnrollment
Serializer
toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecification
Serializer
toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
 
toJsonElement() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Serializer
toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningConnectionString
Serialize connection string
toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.auth.ProvisioningSasToken
Returns the string representation of the SAS token.
toString(BulkOperationMode, Collection<IndividualEnrollment>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperation
Convert the class in a pretty print string.
toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkEnrollmentOperationResult
Creates a pretty print JSON with the content of this class and subclasses.
toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResult
Creates a pretty print JSON with the content of this class and subclasses.
toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.Serializable
Creates a pretty print JSON with the content of the child class and subclasses.
toString() - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinState
Creates a pretty print JSON with the content of this class and subclasses.
TpmAttestation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service TPM Attestation.
TpmAttestation(String, String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TpmAttestation
CONSTRUCTOR
TpmAttestation(String) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TpmAttestation
CONSTRUCTOR
TpmAttestation(TpmAttestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TpmAttestation
CONSTRUCTOR (COPY)
TwinCollection - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Twin collection for Provisioning.
TwinCollection() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Constructor
TwinCollection(Map<? extends String, Object>) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinCollection
Constructor
TwinMetadata - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Twin metadata for the Device Provisioning Service.
TwinProperties - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Twin Properties for the Device Provisioning Service.
TwinState - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Twin initial state for the Device Provisioning Service.
TwinState(TwinCollection, TwinCollection) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.TwinState
CONSTRUCTOR

V

validateBlobName(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to validate if the provided blob name is not null, empty, and valid.
validateMap(Map<String, Object>) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to validate if the provided map in terms of maximum levels and optionally if the keys ar not metadata.
validateObject(Object) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to validate if the provided object is not null.
validateQuery(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Validates if query contains select and from keywords and also if it is a valid utf-8 string
validateStringUTF8(String) - Static method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.ParserUtility
Helper to validate if the provided string is not null, empty, and all characters are UTF-8.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AllocationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanismType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkOperationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.ProvisioningStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder.FromType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMethod
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AllocationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.AttestationMechanismType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.BulkOperationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.EnrollmentStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.ProvisioningStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QueryResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder.FromType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.sdk.iot.provisioning.service.transport.https.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

where(String) - Method in class com.microsoft.azure.sdk.iot.provisioning.service.configs.QuerySpecificationBuilder
Setter for the `where` clause.

X

X509Attestation - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service X509 Attestation.
X509Attestation(X509Attestation) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Attestation
Constructor [COPY]
X509CAReferences - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service X509 Primary and Secondary CA reference.
X509CAReferences(X509CAReferences) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509CAReferences
Constructor [COPY]
X509CertificateInfo - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single X509 Certificate Info for the Device Provisioning Service.
X509CertificateInfo(X509CertificateInfo) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509CertificateInfo
Constructor [COPY]
X509CertificateInfo() - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509CertificateInfo
Empty constructor
X509Certificates - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service X509 Primary and Secondary Certificate.
X509Certificates(X509Certificates) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509Certificates
Constructor [COPY]
X509CertificateWithInfo - Class in com.microsoft.azure.sdk.iot.provisioning.service.configs
Representation of a single Device Provisioning Service X509 Certificate with its info.
X509CertificateWithInfo(X509CertificateWithInfo) - Constructor for class com.microsoft.azure.sdk.iot.provisioning.service.configs.X509CertificateWithInfo
Constructor [COPY]
A B C D E G H I M N P Q R S T V W X 
Skip navigation links

Copyright © 2022. All rights reserved.