StorageEndpointProperties 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 properties of the Azure Storage endpoint for file upload.
public class StorageEndpointProperties
type StorageEndpointProperties = class
Public Class StorageEndpointProperties
- Inheritance
-
StorageEndpointProperties
Constructors
StorageEndpointProperties() |
Initializes a new instance of the StorageEndpointProperties class. |
StorageEndpointProperties(String, String, Nullable<TimeSpan>, String, ManagedIdentity) |
Initializes a new instance of the StorageEndpointProperties class. |
Properties
AuthenticationType |
Gets or sets specifies authentication type being used for connecting to the storage account. Possible values include: 'keyBased', 'identityBased' |
ConnectionString |
Gets or sets the connection string for the Azure Storage account to which files are uploaded. |
ContainerName |
Gets or sets the name of the root container where you upload files. The container need not exist but should be creatable using the connectionString specified. |
Identity |
Gets or sets managed identity properties of storage endpoint for file upload. |
SasTtlAsIso8601 |
Gets or sets the period of time for which the SAS URI generated by IoT Hub for file upload is valid. See: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options. |
Methods
Validate() |
Validate the object. |