共用方式為


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