Skip navigation links
A B C D E F G H I N O P R S U V 

A

AccessCondition - Class in com.azure.iot.deviceupdate.models
Parameter group.
AccessCondition() - Constructor for class com.azure.iot.deviceupdate.models.AccessCondition
 
accountEndpoint(String) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets Account endpoint.
ACTIVE - Static variable in class com.azure.iot.deviceupdate.models.DeploymentState
Static value Active for DeploymentState.
addPolicy(HttpPipelinePolicy) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Adds a custom Http pipeline policy.
ALL - Static variable in class com.azure.iot.deviceupdate.models.DeviceGroupType
Static value All for DeviceGroupType.
ALREADY_IN_DEPLOYMENT - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value AlreadyInDeployment for DeviceState.

B

buildDeploymentsAsyncClient() - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Builds an instance of DeploymentsAsyncClient async client.
buildDeploymentsClient() - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Builds an instance of DeploymentsClient sync client.
buildDevicesAsyncClient() - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Builds an instance of DevicesAsyncClient async client.
buildDevicesClient() - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Builds an instance of DevicesClient sync client.
buildUpdatesAsyncClient() - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Builds an instance of UpdatesAsyncClient async client.
buildUpdatesClient() - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Builds an instance of UpdatesClient sync client.

C

cancelDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Cancels a deployment.
cancelDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Cancels a deployment.
cancelDeploymentWithResponse(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Cancels a deployment.
cancelDeploymentWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Cancels a deployment.
CANCELED - Static variable in class com.azure.iot.deviceupdate.models.DeploymentState
Static value Canceled for DeploymentState.
CANCELED - Static variable in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
Static value Canceled for DeviceDeploymentState.
CANCELED - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value Canceled for DeviceState.
com.azure.iot.deviceupdate - package com.azure.iot.deviceupdate
Package containing the classes for DeviceUpdateClient.
com.azure.iot.deviceupdate.models - package com.azure.iot.deviceupdate.models
Package containing the data models for DeviceUpdateClient.
Compatibility - Class in com.azure.iot.deviceupdate.models
Update compatibility information.
Compatibility() - Constructor for class com.azure.iot.deviceupdate.models.Compatibility
 
COMPLETE - Static variable in class com.azure.iot.deviceupdate.models.DeploymentType
Static value Complete for DeploymentType.
configuration(Configuration) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets The configuration store that is used during construction of the service client.
createOrUpdateDeployment(String, Deployment) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Creates or updates a deployment.
createOrUpdateDeployment(String, Deployment) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Creates or updates a deployment.
createOrUpdateDeploymentWithResponse(String, Deployment) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Creates or updates a deployment.
createOrUpdateDeploymentWithResponse(String, Deployment, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Creates or updates a deployment.
createOrUpdateGroup(String, Group) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Create or update a device group.
createOrUpdateGroup(String, Group) - Method in class com.azure.iot.deviceupdate.DevicesClient
Create or update a device group.
createOrUpdateGroupWithResponse(String, Group) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Create or update a device group.
createOrUpdateGroupWithResponse(String, Group, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Create or update a device group.

D

deleteDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Deletes a deployment.
deleteDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Deletes a deployment.
deleteDeploymentWithResponse(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Deletes a deployment.
deleteDeploymentWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Deletes a deployment.
deleteGroup(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Deletes a device group.
deleteGroup(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Deletes a device group.
deleteGroupWithResponse(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Deletes a device group.
deleteGroupWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Deletes a device group.
deleteUpdate(String, String, String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Delete a specific update version.
deleteUpdate(String, String, String) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Delete a specific update version.
deleteUpdateWithResponse(String, String, String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Delete a specific update version.
deleteUpdateWithResponse(String, String, String, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Delete a specific update version.
Deployment - Class in com.azure.iot.deviceupdate.models
Deployment metadata.
Deployment() - Constructor for class com.azure.iot.deviceupdate.models.Deployment
 
DeploymentDeviceState - Class in com.azure.iot.deviceupdate.models
Deployment device status.
DeploymentDeviceState() - Constructor for class com.azure.iot.deviceupdate.models.DeploymentDeviceState
 
DeploymentDeviceStatesFilter - Class in com.azure.iot.deviceupdate.models
Deployment device state filter.
DeploymentDeviceStatesFilter() - Constructor for class com.azure.iot.deviceupdate.models.DeploymentDeviceStatesFilter
 
DeploymentFilter - Class in com.azure.iot.deviceupdate.models
Deployment filter.
DeploymentFilter() - Constructor for class com.azure.iot.deviceupdate.models.DeploymentFilter
 
DeploymentsAsyncClient - Class in com.azure.iot.deviceupdate
Initializes a new instance of the asynchronous DeviceUpdateClient type.
DeploymentsClient - Class in com.azure.iot.deviceupdate
Initializes a new instance of the synchronous DeviceUpdateClient type.
DeploymentState - Class in com.azure.iot.deviceupdate.models
Defines values for DeploymentState.
DeploymentState() - Constructor for class com.azure.iot.deviceupdate.models.DeploymentState
 
DeploymentStatus - Class in com.azure.iot.deviceupdate.models
Deployment status metadata.
DeploymentStatus() - Constructor for class com.azure.iot.deviceupdate.models.DeploymentStatus
 
DeploymentType - Class in com.azure.iot.deviceupdate.models
Defines values for DeploymentType.
DeploymentType() - Constructor for class com.azure.iot.deviceupdate.models.DeploymentType
 
Device - Class in com.azure.iot.deviceupdate.models
Device metadata.
Device() - Constructor for class com.azure.iot.deviceupdate.models.Device
 
DEVICE_GROUP_DEFINITIONS - Static variable in class com.azure.iot.deviceupdate.models.DeviceGroupType
Static value DeviceGroupDefinitions for DeviceGroupType.
DeviceClass - Class in com.azure.iot.deviceupdate.models
Device class metadata.
DeviceClass() - Constructor for class com.azure.iot.deviceupdate.models.DeviceClass
 
DeviceDeploymentState - Class in com.azure.iot.deviceupdate.models
Defines values for DeviceDeploymentState.
DeviceDeploymentState() - Constructor for class com.azure.iot.deviceupdate.models.DeviceDeploymentState
 
DeviceFilter - Class in com.azure.iot.deviceupdate.models
Operation status filter.
DeviceFilter() - Constructor for class com.azure.iot.deviceupdate.models.DeviceFilter
 
DeviceGroupType - Class in com.azure.iot.deviceupdate.models
Defines values for DeviceGroupType.
DeviceGroupType() - Constructor for class com.azure.iot.deviceupdate.models.DeviceGroupType
 
DEVICES - Static variable in class com.azure.iot.deviceupdate.models.DeviceGroupType
Static value Devices for DeviceGroupType.
DevicesAsyncClient - Class in com.azure.iot.deviceupdate
Initializes a new instance of the asynchronous DeviceUpdateClient type.
DevicesClient - Class in com.azure.iot.deviceupdate
Initializes a new instance of the synchronous DeviceUpdateClient type.
DeviceState - Class in com.azure.iot.deviceupdate.models
Defines values for DeviceState.
DeviceState() - Constructor for class com.azure.iot.deviceupdate.models.DeviceState
 
DeviceTag - Class in com.azure.iot.deviceupdate.models
Device tag properties.
DeviceTag() - Constructor for class com.azure.iot.deviceupdate.models.DeviceTag
 
DeviceUpdateClientBuilder - Class in com.azure.iot.deviceupdate
A builder for creating a new instance of the DeviceUpdateClient type.
DeviceUpdateClientBuilder() - Constructor for class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Create an instance of the DeviceUpdateClientBuilder.
DOWNLOAD - Static variable in class com.azure.iot.deviceupdate.models.DeploymentType
Static value Download for DeploymentType.

E

Error - Class in com.azure.iot.deviceupdate.models
Error details.
Error() - Constructor for class com.azure.iot.deviceupdate.models.Error
 

F

FAILED - Static variable in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
Static value Failed for DeviceDeploymentState.
FAILED - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value Failed for DeviceState.
FAILED - Static variable in class com.azure.iot.deviceupdate.models.OperationStatus
Static value Failed for OperationStatus.
File - Class in com.azure.iot.deviceupdate.models
Update file metadata.
File() - Constructor for class com.azure.iot.deviceupdate.models.File
 
FileImportMetadata - Class in com.azure.iot.deviceupdate.models
Metadata describing an update file.
FileImportMetadata() - Constructor for class com.azure.iot.deviceupdate.models.FileImportMetadata
 
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.DeploymentState
Creates or finds a DeploymentState from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.DeploymentType
Creates or finds a DeploymentType from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
Creates or finds a DeviceDeploymentState from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.DeviceGroupType
Creates or finds a DeviceGroupType from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.DeviceState
Creates or finds a DeviceState from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.GroupType
Creates or finds a GroupType from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.OperationFilterStatus
Creates or finds a OperationFilterStatus from its string representation.
fromString(String) - Static method in class com.azure.iot.deviceupdate.models.OperationStatus
Creates or finds a OperationStatus from its string representation.

G

getAllDeployments(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets a list of deployments.
getAllDeployments(String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets a list of deployments.
getAllDeployments(String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets a list of deployments.
getAllDeploymentsNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Get the next page of items.
getAllDeploymentsSinglePage(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets a list of deployments.
getAllDeviceClasses() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of all device classes (unique combinations of device manufacturer and model) for all devices connected to Device Update for IoT Hub.
getAllDeviceClasses() - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of all device classes (unique combinations of device manufacturer and model) for all devices connected to Device Update for IoT Hub.
getAllDeviceClasses(Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of all device classes (unique combinations of device manufacturer and model) for all devices connected to Device Update for IoT Hub.
getAllDeviceClassesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getAllDeviceClassesSinglePage() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of all device classes (unique combinations of device manufacturer and model) for all devices connected to Device Update for IoT Hub.
getAllDevices(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of devices connected to Device Update for IoT Hub.
getAllDevices(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of devices connected to Device Update for IoT Hub.
getAllDevices(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of devices connected to Device Update for IoT Hub.
getAllDevicesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getAllDevicesSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of devices connected to Device Update for IoT Hub.
getAllDeviceTags() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of available group device tags for all devices connected to Device Update for IoT Hub.
getAllDeviceTags() - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of available group device tags for all devices connected to Device Update for IoT Hub.
getAllDeviceTags(Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of available group device tags for all devices connected to Device Update for IoT Hub.
getAllDeviceTagsNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getAllDeviceTagsSinglePage() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of available group device tags for all devices connected to Device Update for IoT Hub.
getAllGroups() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of all device groups.
getAllGroups() - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of all device groups.
getAllGroups(Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of all device groups.
getAllGroupsNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getAllGroupsSinglePage() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of all device groups.
getBestCompatibleUpdateId() - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Get the bestCompatibleUpdateId property: Update identity.
getCode() - Method in class com.azure.iot.deviceupdate.models.Error
Get the code property: Server defined error code.
getCode() - Method in class com.azure.iot.deviceupdate.models.InnerError
Get the code property: A more specific error code than what was provided by the containing error.
getCompatibility() - Method in class com.azure.iot.deviceupdate.models.Update
Get the compatibility property: List of update compatibility information.
getCreatedDateTime() - Method in class com.azure.iot.deviceupdate.models.Group
Get the createdDateTime property: Date and time when the update was created.
getCreatedDateTime() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the createdDateTime property: Date and time in UTC when the operation was created.
getCreatedDateTime() - Method in class com.azure.iot.deviceupdate.models.Update
Get the createdDateTime property: Date and time in UTC when the update was created.
getDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets the properties of a deployment.
getDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets the properties of a deployment.
getDeploymentDevices(String, String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets a list of devices in a deployment along with their state.
getDeploymentDevices(String, String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets a list of devices in a deployment along with their state.
getDeploymentDevices(String, String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets a list of devices in a deployment along with their state.
getDeploymentDevicesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Get the next page of items.
getDeploymentDevicesSinglePage(String, String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets a list of devices in a deployment along with their state.
getDeploymentId() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the deploymentId property: Gets or sets the deployment identifier.
getDeploymentState() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the deploymentState property: Gets or sets the state of the deployment.
getDeploymentStatus(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed.
getDeploymentStatus(String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed.
getDeploymentStatus() - Method in class com.azure.iot.deviceupdate.models.Device
Get the deploymentStatus property: State of the device in its last deployment.
getDeploymentStatusWithResponse(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed.
getDeploymentStatusWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets the status of a deployment including a breakdown of how many devices in the deployment are in progress, completed, or failed.
getDeploymentType() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the deploymentType property: Gets or sets the deployment type.
getDeploymentWithResponse(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Gets the properties of a deployment.
getDeploymentWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Gets the properties of a deployment.
getDetails() - Method in class com.azure.iot.deviceupdate.models.Error
Get the details property: An array of errors that led to the reported error.
getDevice(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub.
getDevice(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub.
getDeviceClass(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the properties of a device class.
getDeviceClass(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the properties of a device class.
getDeviceClassDeviceIds(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of device identifiers in a device class.
getDeviceClassDeviceIds(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of device identifiers in a device class.
getDeviceClassDeviceIds(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of device identifiers in a device class.
getDeviceClassDeviceIdsNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getDeviceClassDeviceIdsSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of device identifiers in a device class.
getDeviceClassId() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the deviceClassId property: Gets or sets the device class identifier.
getDeviceClassId() - Method in class com.azure.iot.deviceupdate.models.Device
Get the deviceClassId property: Device class identity.
getDeviceClassId() - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Get the deviceClassId property: The device class identifier.
getDeviceClassInstallableUpdates(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of installable updates for a device class.
getDeviceClassInstallableUpdates(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of installable updates for a device class.
getDeviceClassInstallableUpdates(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a list of installable updates for a device class.
getDeviceClassInstallableUpdatesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getDeviceClassInstallableUpdatesSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a list of installable updates for a device class.
getDeviceClassWithResponse(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the properties of a device class.
getDeviceClassWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the properties of a device class.
getDeviceCount() - Method in class com.azure.iot.deviceupdate.models.DeviceTag
Get the deviceCount property: Number of devices with this tag.
getDeviceCount() - Method in class com.azure.iot.deviceupdate.models.Group
Get the deviceCount property: The number of devices in the group.
getDeviceCount() - Method in class com.azure.iot.deviceupdate.models.UpdatableDevices
Get the deviceCount property: Total number of devices for which the update is applicable.
getDeviceGroupDefinition() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the deviceGroupDefinition property: Gets or sets the device group definition.
getDeviceGroupType() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the deviceGroupType property: Gets or sets the device group type.
getDeviceId() - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Get the deviceId property: Device identity.
getDeviceId() - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceStatesFilter
Get the deviceId property: Device Identifier.
getDeviceId() - Method in class com.azure.iot.deviceupdate.models.Device
Get the deviceId property: Device identity.
getDeviceManufacturer() - Method in class com.azure.iot.deviceupdate.models.Compatibility
Get the deviceManufacturer property: The manufacturer of device the update is compatible with.
getDeviceModel() - Method in class com.azure.iot.deviceupdate.models.Compatibility
Get the deviceModel property: The model of device the update is compatible with.
getDevicesCanceledCount() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the devicesCanceledCount property: Gets or sets the number of devices which have had their deployment canceled.
getDevicesCompletedFailedCount() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the devicesCompletedFailedCount property: Gets or sets the number of devices that have completed deployment with a failure.
getDevicesCompletedSucceededCount() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the devicesCompletedSucceededCount property: Gets or sets the number of devices which have successfully completed deployment.
getDevicesIncompatibleCount() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the devicesIncompatibleCount property: Gets or sets the number of incompatible devices in the deployment.
getDevicesInProgressCount() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the devicesInProgressCount property: Gets or sets the number of devices that are currently in deployment.
getDeviceState() - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Get the deviceState property: Deployment device state.
getDeviceState() - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceStatesFilter
Get the deviceState property: The deployment device state.
getDeviceTag(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a count of how many devices have a device tag.
getDeviceTag(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a count of how many devices have a device tag.
getDeviceTagWithResponse(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets a count of how many devices have a device tag.
getDeviceTagWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets a count of how many devices have a device tag.
getDeviceWithResponse(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub.
getDeviceWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the device properties and latest deployment status for a device connected to Device Update for IoT Hub.
getError() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the error property: Operation error encountered, if any.
getErrorDetail() - Method in class com.azure.iot.deviceupdate.models.InnerError
Get the errorDetail property: The internal error or exception message.
getEtag() - Method in class com.azure.iot.deviceupdate.models.File
Get the etag property: File ETag.
getEtag() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the etag property: Operation ETag.
getEtag() - Method in class com.azure.iot.deviceupdate.models.Update
Get the etag property: Update ETag.
getFile(String, String, String, String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a specific update file from the version.
getFile(String, String, String, String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a specific update file from the version.
getFileId() - Method in class com.azure.iot.deviceupdate.models.File
Get the fileId property: File identity, generated by server at import time.
getFileName() - Method in class com.azure.iot.deviceupdate.models.File
Get the fileName property: File name.
getFilename() - Method in class com.azure.iot.deviceupdate.models.FileImportMetadata
Get the filename property: Update file name as specified inside import manifest.
getFiles() - Method in class com.azure.iot.deviceupdate.models.ImportUpdateInput
Get the files property: One or more update file properties like filename and source URL.
getFiles(String, String, String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update file identifiers for the specified version.
getFiles(String, String, String) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update file identifiers for the specified version.
getFiles(String, String, String, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update file identifiers for the specified version.
getFilesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get the next page of items.
getFilesSinglePage(String, String, String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update file identifiers for the specified version.
getFileWithResponse(String, String, String, String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a specific update file from the version.
getFileWithResponse(String, String, String, String, AccessCondition, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a specific update file from the version.
getGroup(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the properties of a group.
getGroup(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the properties of a group.
getGroupBestUpdates(String, String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the best available updates for a group and a count of how many devices need each update.
getGroupBestUpdates(String, String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Get the best available updates for a group and a count of how many devices need each update.
getGroupBestUpdates(String, String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Get the best available updates for a group and a count of how many devices need each update.
getGroupBestUpdatesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the next page of items.
getGroupBestUpdatesSinglePage(String, String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get the best available updates for a group and a count of how many devices need each update.
getGroupId() - Method in class com.azure.iot.deviceupdate.models.Device
Get the groupId property: Device group identity.
getGroupId() - Method in class com.azure.iot.deviceupdate.models.DeviceFilter
Get the groupId property: Device group identifier.
getGroupId() - Method in class com.azure.iot.deviceupdate.models.Group
Get the groupId property: Group identity.
getGroupType() - Method in class com.azure.iot.deviceupdate.models.Group
Get the groupType property: Group type.
getGroupUpdateCompliance(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update.
getGroupUpdateCompliance(String) - Method in class com.azure.iot.deviceupdate.DevicesClient
Get group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update.
getGroupUpdateComplianceWithResponse(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Get group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update.
getGroupUpdateComplianceWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Get group update compliance information such as how many devices are on their latest update, how many need new updates, and how many are in progress on receiving a new update.
getGroupWithResponse(String) - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the properties of a group.
getGroupWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the properties of a group.
getHashes() - Method in class com.azure.iot.deviceupdate.models.File
Get the hashes property: Mapping of hashing algorithm to base64 encoded hash values.
getHashes() - Method in class com.azure.iot.deviceupdate.models.ImportManifestMetadata
Get the hashes property: A JSON object containing the hash(es) of the file.
getIfNoneMatch() - Method in class com.azure.iot.deviceupdate.models.AccessCondition
Get the ifNoneMatch property: Defines the If-None-Match condition.
getImportedDateTime() - Method in class com.azure.iot.deviceupdate.models.Update
Get the importedDateTime property: Date and time in UTC when the update was imported.
getImportManifest() - Method in class com.azure.iot.deviceupdate.models.ImportUpdateInput
Get the importManifest property: Import manifest metadata like source URL, file size/hashes, etc.
getInnererror() - Method in class com.azure.iot.deviceupdate.models.Error
Get the innererror property: An object containing more specific information than the current object about the error.
getInnerError() - Method in class com.azure.iot.deviceupdate.models.InnerError
Get the innerError property: An object containing more specific information than the current object about the error.
getInstalledCriteria() - Method in class com.azure.iot.deviceupdate.models.Update
Get the installedCriteria property: String interpreted by Device Update client to determine if the update is installed on the device.
getInstalledUpdateId() - Method in class com.azure.iot.deviceupdate.models.Device
Get the installedUpdateId property: Update identity.
getLastActionDateTime() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the lastActionDateTime property: Date and time in UTC when the operation status was last updated.
getLastAttemptedUpdateId() - Method in class com.azure.iot.deviceupdate.models.Device
Get the lastAttemptedUpdateId property: Update identity.
getLastDeploymentId() - Method in class com.azure.iot.deviceupdate.models.Device
Get the lastDeploymentId property: The deployment identifier for the last deployment to the device.
getLocation() - Method in class com.azure.iot.deviceupdate.models.UpdatesDeleteUpdateHeaders
Get the location property: The Location property.
getLocation() - Method in class com.azure.iot.deviceupdate.models.UpdatesImportUpdateHeaders
Get the location property: The Location property.
getManifestVersion() - Method in class com.azure.iot.deviceupdate.models.Update
Get the manifestVersion property: Schema version of manifest used to import the update.
getManufacturer() - Method in class com.azure.iot.deviceupdate.models.Device
Get the manufacturer property: Device manufacturer.
getManufacturer() - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Get the manufacturer property: Device manufacturer.
getMessage() - Method in class com.azure.iot.deviceupdate.models.Error
Get the message property: A human-readable representation of the error.
getMessage() - Method in class com.azure.iot.deviceupdate.models.InnerError
Get the message property: A human-readable representation of the error.
getMimeType() - Method in class com.azure.iot.deviceupdate.models.File
Get the mimeType property: File MIME type.
getModel() - Method in class com.azure.iot.deviceupdate.models.Device
Get the model property: Device model.
getModel() - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Get the model property: Device model.
getName() - Method in class com.azure.iot.deviceupdate.models.DeploymentFilter
Get the name property: Update name.
getName() - Method in class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
Get the name property: Update name.
getName() - Method in class com.azure.iot.deviceupdate.models.UpdateId
Get the name property: Update name.
getNames(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update names that match the specified provider.
getNames(String) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update names that match the specified provider.
getNames(String, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update names that match the specified provider.
getNamesNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get the next page of items.
getNamesSinglePage(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update names that match the specified provider.
getNewUpdatesAvailableDeviceCount() - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Get the newUpdatesAvailableDeviceCount property: Number of devices with a newer update available.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeploymentDeviceStates
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeployments
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceClasses
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDevices
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceTags
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfGroups
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfOperations
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfStrings
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdatableDevices
Get the nextLink property: The link to the next page of items.
getNextLink() - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdateIds
Get the nextLink property: The link to the next page of items.
getOccurredDateTime() - Method in class com.azure.iot.deviceupdate.models.Error
Get the occurredDateTime property: Date and time in UTC when the error occurred.
getOnLatestUpdateDeviceCount() - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Get the onLatestUpdateDeviceCount property: Number of devices on the latest update.
getOperation(String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Retrieve operation status.
getOperation(String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Retrieve operation status.
getOperationId() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the operationId property: Operation Id.
getOperationLocation() - Method in class com.azure.iot.deviceupdate.models.UpdatesDeleteUpdateHeaders
Get the operationLocation property: The Operation-Location property.
getOperationLocation() - Method in class com.azure.iot.deviceupdate.models.UpdatesImportUpdateHeaders
Get the operationLocation property: The Operation-Location property.
getOperations(String, Integer) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all import update operations.
getOperations(String, Integer) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all import update operations.
getOperations(String, Integer, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all import update operations.
getOperationsNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get the next page of items.
getOperationsSinglePage(String, Integer) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all import update operations.
getOperationWithResponse(String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Retrieve operation status.
getOperationWithResponse(String, AccessCondition, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Retrieve operation status.
getProvider() - Method in class com.azure.iot.deviceupdate.models.DeploymentFilter
Get the provider property: Update provider.
getProvider() - Method in class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
Get the provider property: Update provider.
getProvider() - Method in class com.azure.iot.deviceupdate.models.UpdateId
Get the provider property: Update provider.
getProviders() - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update providers that have been imported to Device Update for IoT Hub.
getProviders() - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update providers that have been imported to Device Update for IoT Hub.
getProviders(Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update providers that have been imported to Device Update for IoT Hub.
getProvidersNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get the next page of items.
getProvidersSinglePage() - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update providers that have been imported to Device Update for IoT Hub.
getResourceLocation() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the resourceLocation property: Location of the imported update when operation is successful.
getRetryAfter() - Method in class com.azure.iot.deviceupdate.models.UpdatesGetOperationHeaders
Get the retryAfter property: The Retry-After property.
getRetryCount() - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Get the retryCount property: The number of times this deployment has been retried on this device.
getSizeInBytes() - Method in class com.azure.iot.deviceupdate.models.File
Get the sizeInBytes property: File size in number of bytes.
getSizeInBytes() - Method in class com.azure.iot.deviceupdate.models.ImportManifestMetadata
Get the sizeInBytes property: File size in number of bytes.
getStartDateTime() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the startDateTime property: Gets or sets the Deployment start datetime.
getStatus() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the status property: Operation status.
getStatus() - Method in class com.azure.iot.deviceupdate.models.OperationFilter
Get the status property: Operation status filter.
getTagName() - Method in class com.azure.iot.deviceupdate.models.DeviceTag
Get the tagName property: Tag name.
getTags() - Method in class com.azure.iot.deviceupdate.models.Group
Get the tags property: IoT Hub tags.
getTarget() - Method in class com.azure.iot.deviceupdate.models.Error
Get the target property: The target of the error.
getTotalDeviceCount() - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Get the totalDeviceCount property: Total number of devices.
getTotalDevices() - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Get the totalDevices property: Gets or sets the total number of devices in the deployment.
getTraceId() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the traceId property: Operation correlation identity that can used by Microsoft Support for troubleshooting.
getUpdate(String, String, String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a specific update version.
getUpdate(String, String, String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a specific update version.
getUpdateCompliance() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates.
getUpdateCompliance() - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates.
getUpdateComplianceWithResponse() - Method in class com.azure.iot.deviceupdate.DevicesAsyncClient
Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates.
getUpdateComplianceWithResponse(Context) - Method in class com.azure.iot.deviceupdate.DevicesClient
Gets the breakdown of how many devices are on their latest update, have new updates available, or are in progress receiving new updates.
getUpdateId() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the updateId property: Update identity.
getUpdateId() - Method in class com.azure.iot.deviceupdate.models.Operation
Get the updateId property: The identity of update being imported or deleted.
getUpdateId() - Method in class com.azure.iot.deviceupdate.models.UpdatableDevices
Get the updateId property: Update identity.
getUpdateId() - Method in class com.azure.iot.deviceupdate.models.Update
Get the updateId property: Update identity.
getUpdatesInProgressDeviceCount() - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Get the updatesInProgressDeviceCount property: Number of devices with update in-progress.
getUpdateType() - Method in class com.azure.iot.deviceupdate.models.Update
Get the updateType property: Update type.
getUpdateWithResponse(String, String, String, AccessCondition) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a specific update version.
getUpdateWithResponse(String, String, String, AccessCondition, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a specific update version.
getUrl() - Method in class com.azure.iot.deviceupdate.models.FileImportMetadata
Get the url property: Azure Blob location from which the update file can be downloaded by Device Update for IoT Hub.
getUrl() - Method in class com.azure.iot.deviceupdate.models.ImportManifestMetadata
Get the url property: Azure Blob location from which the import manifest can be downloaded by Device Update for IoT Hub.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeploymentDeviceStates
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeployments
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceClasses
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDevices
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceTags
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfGroups
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfOperations
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfStrings
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdatableDevices
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdateIds
Get the value property: The collection of pageable items.
getValue() - Method in class com.azure.iot.deviceupdate.models.UpdatesGetOperationResponse
 
getVersion() - Method in class com.azure.iot.deviceupdate.models.DeploymentFilter
Get the version property: Update version.
getVersion() - Method in class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
Get the version property: Update version.
getVersion() - Method in class com.azure.iot.deviceupdate.models.UpdateId
Get the version property: Update version.
getVersions(String, String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update versions that match the specified provider and name.
getVersions(String, String) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update versions that match the specified provider and name.
getVersions(String, String, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Get a list of all update versions that match the specified provider and name.
getVersionsNextSinglePage(String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get the next page of items.
getVersionsSinglePage(String, String) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Get a list of all update versions that match the specified provider and name.
Group - Class in com.azure.iot.deviceupdate.models
Group details.
Group() - Constructor for class com.azure.iot.deviceupdate.models.Group
 
GroupBestUpdatesFilter - Class in com.azure.iot.deviceupdate.models
Group best updates filter.
GroupBestUpdatesFilter() - Constructor for class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
 
GroupType - Class in com.azure.iot.deviceupdate.models
Defines values for GroupType.
GroupType() - Constructor for class com.azure.iot.deviceupdate.models.GroupType
 

H

httpClient(HttpClient) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets The logging configuration for HTTP requests and responses.

I

ImportManifestMetadata - Class in com.azure.iot.deviceupdate.models
Metadata describing the import manifest, a document which describes the files and other metadata about an update version.
ImportManifestMetadata() - Constructor for class com.azure.iot.deviceupdate.models.ImportManifestMetadata
 
importUpdate(ImportUpdateInput) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Import new update version.
importUpdate(ImportUpdateInput) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Import new update version.
ImportUpdateInput - Class in com.azure.iot.deviceupdate.models
Import update input metadata.
ImportUpdateInput() - Constructor for class com.azure.iot.deviceupdate.models.ImportUpdateInput
 
importUpdateWithResponse(ImportUpdateInput) - Method in class com.azure.iot.deviceupdate.UpdatesAsyncClient
Import new update version.
importUpdateWithResponse(ImportUpdateInput, Context) - Method in class com.azure.iot.deviceupdate.UpdatesClient
Import new update version.
IN_PROGRESS - Static variable in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
Static value InProgress for DeviceDeploymentState.
IN_PROGRESS - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value InProgress for DeviceState.
INCOMPATIBLE - Static variable in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
Static value Incompatible for DeviceDeploymentState.
INCOMPATIBLE - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value Incompatible for DeviceState.
InnerError - Class in com.azure.iot.deviceupdate.models
An object containing more specific information than the current object about the error.
InnerError() - Constructor for class com.azure.iot.deviceupdate.models.InnerError
 
INSTALL - Static variable in class com.azure.iot.deviceupdate.models.DeploymentType
Static value Install for DeploymentType.
instanceId(String) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets Account instance identifier.
IO_THUB_TAG - Static variable in class com.azure.iot.deviceupdate.models.GroupType
Static value IoTHubTag for GroupType.
isCanceled() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the isCanceled property: Boolean flag indicating whether the deployment was canceled.
isCompleted() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the isCompleted property: Boolean flag indicating whether the deployment was completed.
isMovedOnToNewDeployment() - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Get the movedOnToNewDeployment property: Boolean flag indicating whether this device is in a newer deployment and can no longer retry this deployment.
isOnLatestUpdate() - Method in class com.azure.iot.deviceupdate.models.Device
Get the onLatestUpdate property: Boolean flag indicating whether the latest update is installed on the device.
isRetried() - Method in class com.azure.iot.deviceupdate.models.Deployment
Get the isRetried property: Boolean flag indicating whether the deployment has been retried.

N

NOT_STARTED - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value NotStarted for DeviceState.
NOT_STARTED - Static variable in class com.azure.iot.deviceupdate.models.OperationFilterStatus
Static value NotStarted for OperationFilterStatus.
NOT_STARTED - Static variable in class com.azure.iot.deviceupdate.models.OperationStatus
Static value NotStarted for OperationStatus.

O

Operation - Class in com.azure.iot.deviceupdate.models
Operation metadata.
Operation() - Constructor for class com.azure.iot.deviceupdate.models.Operation
 
OperationFilter - Class in com.azure.iot.deviceupdate.models
Operation status filter.
OperationFilter() - Constructor for class com.azure.iot.deviceupdate.models.OperationFilter
 
OperationFilterStatus - Class in com.azure.iot.deviceupdate.models
Defines values for OperationFilterStatus.
OperationFilterStatus() - Constructor for class com.azure.iot.deviceupdate.models.OperationFilterStatus
 
OperationStatus - Class in com.azure.iot.deviceupdate.models
Defines values for OperationStatus.
OperationStatus() - Constructor for class com.azure.iot.deviceupdate.models.OperationStatus
 

P

PageableListOfDeploymentDeviceStates - Class in com.azure.iot.deviceupdate.models
The list of deployment device states.
PageableListOfDeploymentDeviceStates() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfDeploymentDeviceStates
 
PageableListOfDeployments - Class in com.azure.iot.deviceupdate.models
The list of deployments.
PageableListOfDeployments() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfDeployments
 
PageableListOfDeviceClasses - Class in com.azure.iot.deviceupdate.models
The list of device classes.
PageableListOfDeviceClasses() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfDeviceClasses
 
PageableListOfDevices - Class in com.azure.iot.deviceupdate.models
The list of devices.
PageableListOfDevices() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfDevices
 
PageableListOfDeviceTags - Class in com.azure.iot.deviceupdate.models
The list of device tags.
PageableListOfDeviceTags() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfDeviceTags
 
PageableListOfGroups - Class in com.azure.iot.deviceupdate.models
The list of groups.
PageableListOfGroups() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfGroups
 
PageableListOfOperations - Class in com.azure.iot.deviceupdate.models
The list of operations with server paging support.
PageableListOfOperations() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfOperations
 
PageableListOfStrings - Class in com.azure.iot.deviceupdate.models
The list of strings with server paging support.
PageableListOfStrings() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfStrings
 
PageableListOfUpdatableDevices - Class in com.azure.iot.deviceupdate.models
The list of updatable devices.
PageableListOfUpdatableDevices() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfUpdatableDevices
 
PageableListOfUpdateIds - Class in com.azure.iot.deviceupdate.models
The list of update identities.
PageableListOfUpdateIds() - Constructor for class com.azure.iot.deviceupdate.models.PageableListOfUpdateIds
 
pipeline(HttpPipeline) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets The HTTP pipeline to send requests through.

R

retryDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Retries a deployment with failed devices.
retryDeployment(String) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Retries a deployment with failed devices.
retryDeploymentWithResponse(String) - Method in class com.azure.iot.deviceupdate.DeploymentsAsyncClient
Retries a deployment with failed devices.
retryDeploymentWithResponse(String, Context) - Method in class com.azure.iot.deviceupdate.DeploymentsClient
Retries a deployment with failed devices.
retryPolicy(RetryPolicy) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.
RUNNING - Static variable in class com.azure.iot.deviceupdate.models.OperationFilterStatus
Static value Running for OperationFilterStatus.
RUNNING - Static variable in class com.azure.iot.deviceupdate.models.OperationStatus
Static value Running for OperationStatus.

S

serializerAdapter(SerializerAdapter) - Method in class com.azure.iot.deviceupdate.DeviceUpdateClientBuilder
Sets The serializer to serialize an object into a string.
setBestCompatibleUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Set the bestCompatibleUpdateId property: Update identity.
setCode(String) - Method in class com.azure.iot.deviceupdate.models.Error
Set the code property: Server defined error code.
setCode(String) - Method in class com.azure.iot.deviceupdate.models.InnerError
Set the code property: A more specific error code than what was provided by the containing error.
setCompatibility(List<Compatibility>) - Method in class com.azure.iot.deviceupdate.models.Update
Set the compatibility property: List of update compatibility information.
setCreatedDateTime(String) - Method in class com.azure.iot.deviceupdate.models.Group
Set the createdDateTime property: Date and time when the update was created.
setCreatedDateTime(OffsetDateTime) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the createdDateTime property: Date and time in UTC when the operation was created.
setCreatedDateTime(OffsetDateTime) - Method in class com.azure.iot.deviceupdate.models.Update
Set the createdDateTime property: Date and time in UTC when the update was created.
setDeploymentId(String) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the deploymentId property: Gets or sets the deployment identifier.
setDeploymentState(DeploymentState) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the deploymentState property: Gets or sets the state of the deployment.
setDeploymentStatus(DeviceDeploymentState) - Method in class com.azure.iot.deviceupdate.models.Device
Set the deploymentStatus property: State of the device in its last deployment.
setDeploymentType(DeploymentType) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the deploymentType property: Gets or sets the deployment type.
setDetails(List<Error>) - Method in class com.azure.iot.deviceupdate.models.Error
Set the details property: An array of errors that led to the reported error.
setDeviceClassId(String) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the deviceClassId property: Gets or sets the device class identifier.
setDeviceClassId(String) - Method in class com.azure.iot.deviceupdate.models.Device
Set the deviceClassId property: Device class identity.
setDeviceClassId(String) - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Set the deviceClassId property: The device class identifier.
setDeviceCount(int) - Method in class com.azure.iot.deviceupdate.models.DeviceTag
Set the deviceCount property: Number of devices with this tag.
setDeviceCount(Integer) - Method in class com.azure.iot.deviceupdate.models.Group
Set the deviceCount property: The number of devices in the group.
setDeviceCount(int) - Method in class com.azure.iot.deviceupdate.models.UpdatableDevices
Set the deviceCount property: Total number of devices for which the update is applicable.
setDeviceGroupDefinition(List<String>) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the deviceGroupDefinition property: Gets or sets the device group definition.
setDeviceGroupType(DeviceGroupType) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the deviceGroupType property: Gets or sets the device group type.
setDeviceId(String) - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Set the deviceId property: Device identity.
setDeviceId(String) - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceStatesFilter
Set the deviceId property: Device Identifier.
setDeviceId(String) - Method in class com.azure.iot.deviceupdate.models.Device
Set the deviceId property: Device identity.
setDeviceManufacturer(String) - Method in class com.azure.iot.deviceupdate.models.Compatibility
Set the deviceManufacturer property: The manufacturer of device the update is compatible with.
setDeviceModel(String) - Method in class com.azure.iot.deviceupdate.models.Compatibility
Set the deviceModel property: The model of device the update is compatible with.
setDevicesCanceledCount(Integer) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the devicesCanceledCount property: Gets or sets the number of devices which have had their deployment canceled.
setDevicesCompletedFailedCount(Integer) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the devicesCompletedFailedCount property: Gets or sets the number of devices that have completed deployment with a failure.
setDevicesCompletedSucceededCount(Integer) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the devicesCompletedSucceededCount property: Gets or sets the number of devices which have successfully completed deployment.
setDevicesIncompatibleCount(Integer) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the devicesIncompatibleCount property: Gets or sets the number of incompatible devices in the deployment.
setDevicesInProgressCount(Integer) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the devicesInProgressCount property: Gets or sets the number of devices that are currently in deployment.
setDeviceState(DeviceDeploymentState) - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Set the deviceState property: Deployment device state.
setDeviceState(DeviceState) - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceStatesFilter
Set the deviceState property: The deployment device state.
setError(Error) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the error property: Operation error encountered, if any.
setErrorDetail(String) - Method in class com.azure.iot.deviceupdate.models.InnerError
Set the errorDetail property: The internal error or exception message.
setEtag(String) - Method in class com.azure.iot.deviceupdate.models.File
Set the etag property: File ETag.
setEtag(String) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the etag property: Operation ETag.
setEtag(String) - Method in class com.azure.iot.deviceupdate.models.Update
Set the etag property: Update ETag.
setFileId(String) - Method in class com.azure.iot.deviceupdate.models.File
Set the fileId property: File identity, generated by server at import time.
setFileName(String) - Method in class com.azure.iot.deviceupdate.models.File
Set the fileName property: File name.
setFilename(String) - Method in class com.azure.iot.deviceupdate.models.FileImportMetadata
Set the filename property: Update file name as specified inside import manifest.
setFiles(List<FileImportMetadata>) - Method in class com.azure.iot.deviceupdate.models.ImportUpdateInput
Set the files property: One or more update file properties like filename and source URL.
setGroupId(String) - Method in class com.azure.iot.deviceupdate.models.Device
Set the groupId property: Device group identity.
setGroupId(String) - Method in class com.azure.iot.deviceupdate.models.DeviceFilter
Set the groupId property: Device group identifier.
setGroupId(String) - Method in class com.azure.iot.deviceupdate.models.Group
Set the groupId property: Group identity.
setGroupType(GroupType) - Method in class com.azure.iot.deviceupdate.models.Group
Set the groupType property: Group type.
setHashes(Map<String, String>) - Method in class com.azure.iot.deviceupdate.models.File
Set the hashes property: Mapping of hashing algorithm to base64 encoded hash values.
setHashes(Map<String, String>) - Method in class com.azure.iot.deviceupdate.models.ImportManifestMetadata
Set the hashes property: A JSON object containing the hash(es) of the file.
setIfNoneMatch(String) - Method in class com.azure.iot.deviceupdate.models.AccessCondition
Set the ifNoneMatch property: Defines the If-None-Match condition.
setImportedDateTime(OffsetDateTime) - Method in class com.azure.iot.deviceupdate.models.Update
Set the importedDateTime property: Date and time in UTC when the update was imported.
setImportManifest(ImportManifestMetadata) - Method in class com.azure.iot.deviceupdate.models.ImportUpdateInput
Set the importManifest property: Import manifest metadata like source URL, file size/hashes, etc.
setInnererror(InnerError) - Method in class com.azure.iot.deviceupdate.models.Error
Set the innererror property: An object containing more specific information than the current object about the error.
setInnerError(InnerError) - Method in class com.azure.iot.deviceupdate.models.InnerError
Set the innerError property: An object containing more specific information than the current object about the error.
setInstalledCriteria(String) - Method in class com.azure.iot.deviceupdate.models.Update
Set the installedCriteria property: String interpreted by Device Update client to determine if the update is installed on the device.
setInstalledUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.Device
Set the installedUpdateId property: Update identity.
setIsCanceled(Boolean) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the isCanceled property: Boolean flag indicating whether the deployment was canceled.
setIsCompleted(Boolean) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the isCompleted property: Boolean flag indicating whether the deployment was completed.
setIsRetried(Boolean) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the isRetried property: Boolean flag indicating whether the deployment has been retried.
setLastActionDateTime(OffsetDateTime) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the lastActionDateTime property: Date and time in UTC when the operation status was last updated.
setLastAttemptedUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.Device
Set the lastAttemptedUpdateId property: Update identity.
setLastDeploymentId(String) - Method in class com.azure.iot.deviceupdate.models.Device
Set the lastDeploymentId property: The deployment identifier for the last deployment to the device.
setLocation(String) - Method in class com.azure.iot.deviceupdate.models.UpdatesDeleteUpdateHeaders
Set the location property: The Location property.
setLocation(String) - Method in class com.azure.iot.deviceupdate.models.UpdatesImportUpdateHeaders
Set the location property: The Location property.
setManifestVersion(String) - Method in class com.azure.iot.deviceupdate.models.Update
Set the manifestVersion property: Schema version of manifest used to import the update.
setManufacturer(String) - Method in class com.azure.iot.deviceupdate.models.Device
Set the manufacturer property: Device manufacturer.
setManufacturer(String) - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Set the manufacturer property: Device manufacturer.
setMessage(String) - Method in class com.azure.iot.deviceupdate.models.Error
Set the message property: A human-readable representation of the error.
setMessage(String) - Method in class com.azure.iot.deviceupdate.models.InnerError
Set the message property: A human-readable representation of the error.
setMimeType(String) - Method in class com.azure.iot.deviceupdate.models.File
Set the mimeType property: File MIME type.
setModel(String) - Method in class com.azure.iot.deviceupdate.models.Device
Set the model property: Device model.
setModel(String) - Method in class com.azure.iot.deviceupdate.models.DeviceClass
Set the model property: Device model.
setMovedOnToNewDeployment(boolean) - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Set the movedOnToNewDeployment property: Boolean flag indicating whether this device is in a newer deployment and can no longer retry this deployment.
setName(String) - Method in class com.azure.iot.deviceupdate.models.DeploymentFilter
Set the name property: Update name.
setName(String) - Method in class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
Set the name property: Update name.
setName(String) - Method in class com.azure.iot.deviceupdate.models.UpdateId
Set the name property: Update name.
setNewUpdatesAvailableDeviceCount(int) - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Set the newUpdatesAvailableDeviceCount property: Number of devices with a newer update available.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeploymentDeviceStates
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeployments
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceClasses
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDevices
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceTags
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfGroups
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfOperations
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfStrings
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdatableDevices
Set the nextLink property: The link to the next page of items.
setNextLink(String) - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdateIds
Set the nextLink property: The link to the next page of items.
setOccurredDateTime(OffsetDateTime) - Method in class com.azure.iot.deviceupdate.models.Error
Set the occurredDateTime property: Date and time in UTC when the error occurred.
setOnLatestUpdate(boolean) - Method in class com.azure.iot.deviceupdate.models.Device
Set the onLatestUpdate property: Boolean flag indicating whether the latest update is installed on the device.
setOnLatestUpdateDeviceCount(int) - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Set the onLatestUpdateDeviceCount property: Number of devices on the latest update.
setOperationId(String) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the operationId property: Operation Id.
setOperationLocation(String) - Method in class com.azure.iot.deviceupdate.models.UpdatesDeleteUpdateHeaders
Set the operationLocation property: The Operation-Location property.
setOperationLocation(String) - Method in class com.azure.iot.deviceupdate.models.UpdatesImportUpdateHeaders
Set the operationLocation property: The Operation-Location property.
setProvider(String) - Method in class com.azure.iot.deviceupdate.models.DeploymentFilter
Set the provider property: Update provider.
setProvider(String) - Method in class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
Set the provider property: Update provider.
setProvider(String) - Method in class com.azure.iot.deviceupdate.models.UpdateId
Set the provider property: Update provider.
setResourceLocation(String) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the resourceLocation property: Location of the imported update when operation is successful.
setRetryAfter(String) - Method in class com.azure.iot.deviceupdate.models.UpdatesGetOperationHeaders
Set the retryAfter property: The Retry-After property.
setRetryCount(int) - Method in class com.azure.iot.deviceupdate.models.DeploymentDeviceState
Set the retryCount property: The number of times this deployment has been retried on this device.
setSizeInBytes(long) - Method in class com.azure.iot.deviceupdate.models.File
Set the sizeInBytes property: File size in number of bytes.
setSizeInBytes(long) - Method in class com.azure.iot.deviceupdate.models.ImportManifestMetadata
Set the sizeInBytes property: File size in number of bytes.
setStartDateTime(OffsetDateTime) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the startDateTime property: Gets or sets the Deployment start datetime.
setStatus(OperationStatus) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the status property: Operation status.
setStatus(OperationFilterStatus) - Method in class com.azure.iot.deviceupdate.models.OperationFilter
Set the status property: Operation status filter.
setTagName(String) - Method in class com.azure.iot.deviceupdate.models.DeviceTag
Set the tagName property: Tag name.
setTags(List<String>) - Method in class com.azure.iot.deviceupdate.models.Group
Set the tags property: IoT Hub tags.
setTarget(String) - Method in class com.azure.iot.deviceupdate.models.Error
Set the target property: The target of the error.
setTotalDeviceCount(int) - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Set the totalDeviceCount property: Total number of devices.
setTotalDevices(Integer) - Method in class com.azure.iot.deviceupdate.models.DeploymentStatus
Set the totalDevices property: Gets or sets the total number of devices in the deployment.
setTraceId(String) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the traceId property: Operation correlation identity that can used by Microsoft Support for troubleshooting.
setUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.Deployment
Set the updateId property: Update identity.
setUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.Operation
Set the updateId property: The identity of update being imported or deleted.
setUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.UpdatableDevices
Set the updateId property: Update identity.
setUpdateId(UpdateId) - Method in class com.azure.iot.deviceupdate.models.Update
Set the updateId property: Update identity.
setUpdatesInProgressDeviceCount(int) - Method in class com.azure.iot.deviceupdate.models.UpdateCompliance
Set the updatesInProgressDeviceCount property: Number of devices with update in-progress.
setUpdateType(String) - Method in class com.azure.iot.deviceupdate.models.Update
Set the updateType property: Update type.
setUrl(String) - Method in class com.azure.iot.deviceupdate.models.FileImportMetadata
Set the url property: Azure Blob location from which the update file can be downloaded by Device Update for IoT Hub.
setUrl(String) - Method in class com.azure.iot.deviceupdate.models.ImportManifestMetadata
Set the url property: Azure Blob location from which the import manifest can be downloaded by Device Update for IoT Hub.
setValue(List<DeploymentDeviceState>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeploymentDeviceStates
Set the value property: The collection of pageable items.
setValue(List<Deployment>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeployments
Set the value property: The collection of pageable items.
setValue(List<DeviceClass>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceClasses
Set the value property: The collection of pageable items.
setValue(List<Device>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDevices
Set the value property: The collection of pageable items.
setValue(List<DeviceTag>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfDeviceTags
Set the value property: The collection of pageable items.
setValue(List<Group>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfGroups
Set the value property: The collection of pageable items.
setValue(List<Operation>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfOperations
Set the value property: The collection of pageable items.
setValue(List<String>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfStrings
Set the value property: The collection of pageable items.
setValue(List<UpdatableDevices>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdatableDevices
Set the value property: The collection of pageable items.
setValue(List<UpdateId>) - Method in class com.azure.iot.deviceupdate.models.PageableListOfUpdateIds
Set the value property: The collection of pageable items.
setVersion(String) - Method in class com.azure.iot.deviceupdate.models.DeploymentFilter
Set the version property: Update version.
setVersion(String) - Method in class com.azure.iot.deviceupdate.models.GroupBestUpdatesFilter
Set the version property: Update version.
setVersion(String) - Method in class com.azure.iot.deviceupdate.models.UpdateId
Set the version property: Update version.
SUCCEEDED - Static variable in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
Static value Succeeded for DeviceDeploymentState.
SUCCEEDED - Static variable in class com.azure.iot.deviceupdate.models.DeviceState
Static value Succeeded for DeviceState.
SUCCEEDED - Static variable in class com.azure.iot.deviceupdate.models.OperationStatus
Static value Succeeded for OperationStatus.
SUPERSEDED - Static variable in class com.azure.iot.deviceupdate.models.DeploymentState
Static value Superseded for DeploymentState.

U

UNDEFINED - Static variable in class com.azure.iot.deviceupdate.models.OperationStatus
Static value Undefined for OperationStatus.
UpdatableDevices - Class in com.azure.iot.deviceupdate.models
Update identifier and the number of devices for which the update is applicable.
UpdatableDevices() - Constructor for class com.azure.iot.deviceupdate.models.UpdatableDevices
 
Update - Class in com.azure.iot.deviceupdate.models
Update metadata.
Update() - Constructor for class com.azure.iot.deviceupdate.models.Update
 
UpdateCompliance - Class in com.azure.iot.deviceupdate.models
Update compliance information.
UpdateCompliance() - Constructor for class com.azure.iot.deviceupdate.models.UpdateCompliance
 
UpdateId - Class in com.azure.iot.deviceupdate.models
Update identifier.
UpdateId() - Constructor for class com.azure.iot.deviceupdate.models.UpdateId
 
UpdatesAsyncClient - Class in com.azure.iot.deviceupdate
Initializes a new instance of the asynchronous DeviceUpdateClient type.
UpdatesClient - Class in com.azure.iot.deviceupdate
Initializes a new instance of the synchronous DeviceUpdateClient type.
UpdatesDeleteUpdateHeaders - Class in com.azure.iot.deviceupdate.models
The UpdatesDeleteUpdateHeaders model.
UpdatesDeleteUpdateHeaders() - Constructor for class com.azure.iot.deviceupdate.models.UpdatesDeleteUpdateHeaders
 
UpdatesDeleteUpdateResponse - Class in com.azure.iot.deviceupdate.models
Contains all response data for the deleteUpdate operation.
UpdatesDeleteUpdateResponse(HttpRequest, int, HttpHeaders, Void, UpdatesDeleteUpdateHeaders) - Constructor for class com.azure.iot.deviceupdate.models.UpdatesDeleteUpdateResponse
Creates an instance of UpdatesDeleteUpdateResponse.
UpdatesGetOperationHeaders - Class in com.azure.iot.deviceupdate.models
The UpdatesGetOperationHeaders model.
UpdatesGetOperationHeaders() - Constructor for class com.azure.iot.deviceupdate.models.UpdatesGetOperationHeaders
 
UpdatesGetOperationResponse - Class in com.azure.iot.deviceupdate.models
Contains all response data for the getOperation operation.
UpdatesGetOperationResponse(HttpRequest, int, HttpHeaders, Operation, UpdatesGetOperationHeaders) - Constructor for class com.azure.iot.deviceupdate.models.UpdatesGetOperationResponse
Creates an instance of UpdatesGetOperationResponse.
UpdatesImportUpdateHeaders - Class in com.azure.iot.deviceupdate.models
The UpdatesImportUpdateHeaders model.
UpdatesImportUpdateHeaders() - Constructor for class com.azure.iot.deviceupdate.models.UpdatesImportUpdateHeaders
 
UpdatesImportUpdateResponse - Class in com.azure.iot.deviceupdate.models
Contains all response data for the importUpdate operation.
UpdatesImportUpdateResponse(HttpRequest, int, HttpHeaders, Void, UpdatesImportUpdateHeaders) - Constructor for class com.azure.iot.deviceupdate.models.UpdatesImportUpdateResponse
Creates an instance of UpdatesImportUpdateResponse.

V

values() - Static method in class com.azure.iot.deviceupdate.models.DeploymentState
 
values() - Static method in class com.azure.iot.deviceupdate.models.DeploymentType
 
values() - Static method in class com.azure.iot.deviceupdate.models.DeviceDeploymentState
 
values() - Static method in class com.azure.iot.deviceupdate.models.DeviceGroupType
 
values() - Static method in class com.azure.iot.deviceupdate.models.DeviceState
 
values() - Static method in class com.azure.iot.deviceupdate.models.GroupType
 
values() - Static method in class com.azure.iot.deviceupdate.models.OperationFilterStatus
 
values() - Static method in class com.azure.iot.deviceupdate.models.OperationStatus
 
A B C D E F G H I N O P R S U V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2021 Microsoft Corporation. All rights reserved.