你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StorageEndpointProperties interface

用于文件上传的 Azure 存储终结点的属性。

属性

authenticationType

指定用于连接到存储帐户的身份验证类型。

connectionString

要向其上传文件的 Azure 存储帐户的连接字符串。

containerName

在其中上传文件的根容器的名称。 容器不需要存在,但应可使用指定的 connectionString 进行创建。

identity

用于文件上传的存储终结点的托管标识属性。

sasTtlAsIso8601

IoT 中心生成的用于文件上传的 SAS URI 的有效时间段。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options

属性详细信息

authenticationType

指定用于连接到存储帐户的身份验证类型。

authenticationType?: string

属性值

string

connectionString

要向其上传文件的 Azure 存储帐户的连接字符串。

connectionString: string

属性值

string

containerName

在其中上传文件的根容器的名称。 容器不需要存在,但应可使用指定的 connectionString 进行创建。

containerName: string

属性值

string

identity

用于文件上传的存储终结点的托管标识属性。

identity?: ManagedIdentity

属性值

sasTtlAsIso8601

IoT 中心生成的用于文件上传的 SAS URI 的有效时间段。 请参阅 https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-file-upload#file-upload-notification-configuration-options

sasTtlAsIso8601?: string

属性值

string