DeviceUpdateAsyncClient Class
- java.lang.Object
- com.azure.iot.deviceupdate.DeviceUpdateAsyncClient
public final class DeviceUpdateAsyncClient
Initializes a new instance of the asynchronous DeviceUpdateClient type.
Methods
|
beginDeleteUpdate(String provider, String name, String version, RequestOptions requestOptions)
|
Delete a specific update version.
|
|
beginImportUpdate(BinaryData updateToImport, RequestOptions requestOptions)
|
Import new update version.
|
|
getFileWithResponse(String provider, String name, String version, String fileId, RequestOptions requestOptions)
|
Get a specific update file from the version.
|
|
getOperationWithResponse(String operationId, RequestOptions requestOptions)
|
Retrieve operation status.
|
|
getUpdateWithResponse(String provider, String name, String version, RequestOptions requestOptions)
|
Get a specific update version.
|
|
listFiles(String provider, String name, String version, RequestOptions requestOptions)
|
Get a list of all update file identifiers for the specified version.
|
|
listNames(String provider, RequestOptions requestOptions)
|
Get a list of all update names that match the specified provider.
|
|
listOperations(RequestOptions requestOptions)
|
Get a list of all import update operations.
|
|
listProviders(RequestOptions requestOptions)
|
Get a list of all update providers that have been imported to Device Update for IoT Hub.
|
|
listUpdates(RequestOptions requestOptions)
|
Get a list of all updates that have been imported to Device Update for IoT Hub.
|
|
listVersions(String provider, String name, RequestOptions requestOptions)
|
Get a list of all update versions that match the specified provider and name.
|
Inherited Members
java.lang.Object.clone()
java.lang.Object.equals(java.lang.Object)
java.lang.Object.finalize()
java.lang.Object.getClass()
java.lang.Object.hashCode()
java.lang.Object.notify()
java.lang.Object.notifyAll()
java.lang.Object.toString()
java.lang.Object.wait()
java.lang.Object.wait(long)
java.lang.Object.wait(long,int)
Applies to