共用方式為


StorageEndpointProperties 類別

檔案上傳的 Azure 儲存體端點屬性。

必須填入所有必要的參數,才能傳送至 Azure。

繼承
azure.mgmt.iothub._serialization.Model
StorageEndpointProperties

建構函式

StorageEndpointProperties(*, connection_string: str, container_name: str, sas_ttl_as_iso8601: timedelta | None = None, authentication_type: str | _models.AuthenticationType | None = None, identity: _models.ManagedIdentity | None = None, **kwargs: Any)

僅限關鍵字的參數

名稱 Description
sas_ttl_as_iso8601
connection_string
str

上傳檔案的 Azure 儲存體帳戶連接字串。 必要。

container_name
str

上傳檔案的根容器名稱。 容器不需要存在,但應該使用指定的 connectionString 來建立。 必要。

authentication_type

指定用於連線到儲存體帳戶的驗證類型。 已知值為:「keyBased」 和 「identityBased」。

identity

檔案上傳之儲存體端點的受控識別屬性。

變數

名稱 Description
sas_ttl_as_iso8601
connection_string
str

上傳檔案的 Azure 儲存體帳戶連接字串。 必要。

container_name
str

上傳檔案的根容器名稱。 容器不需要存在,但應該使用指定的 connectionString 來建立。 必要。

authentication_type

指定用於連線到儲存體帳戶的驗證類型。 已知值為:「keyBased」 和 「identityBased」。

identity

檔案上傳之儲存體端點的受控識別屬性。