FileUploadSasUriResponse Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The information provided from IoT hub that can be used with the Azure Storage SDK to upload a file from this client application.
public class FileUploadSasUriResponse
type FileUploadSasUriResponse = class
Public Class FileUploadSasUriResponse
- Inheritance
-
FileUploadSasUriResponse
Constructors
FileUploadSasUriResponse() |
Creates an instance of this class. |
Properties
BlobName |
The name of the blob in the container that the file can be uploaded to. |
ContainerName |
The container in the storage account that the file can be uploaded to. |
CorrelationId |
The correlation id to use when notifying IoT hub later once this file upload has completed. |
HostName |
The host name of the storage account that the file can be uploaded to. |
SasToken |
The sas token to use for authentication while using the Azure Storage SDK to upload the file. |
Methods
GetBlobUri() |
Get the complete Uri for the blob that can be uploaded to from this device. This Uri includes credentials, too. |
Applies to
Azure SDK for .NET