FileUploadSasUriResponse Class
- java.
lang. Object - com.
microsoft. azure. sdk. iot. device. FileUploadSasUriResponse
- com.
public class FileUploadSasUriResponse
The information provided from IoT Hub that can be used with the Azure Storage SDK to upload a file from your device, including authentication.
Constructor Summary
Constructor | Description |
---|---|
FileUploadSasUriResponse(String json) |
Create an instance of the FileUploadSasUriResponse using the information in the provided json. |
Method Summary
Modifier and Type | Method and Description |
---|---|
URI |
getBlobUri()
Get the full Azure Storage blob uri to upload a file to. This uri includes authentication information |
Constructor Details
FileUploadSasUriResponse
public FileUploadSasUriResponse(String json)
Create an instance of the FileUploadSasUriResponse using the information in the provided json.
Parameters:
Throws:
Method Details
getBlobUri
public URI getBlobUri()
Get the full Azure Storage blob uri to upload a file to. This uri includes authentication information
Returns:
Throws:
Applies to
Azure SDK for Java