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

IWithStorageAccount 接口

定义

允许指定存储帐户的函数应用定义。 存储函数执行运行时、触发器和日志需要存储帐户。

public interface IWithStorageAccount
type IWithStorageAccount = interface
Public Interface IWithStorageAccount
派生

方法

WithExistingStorageAccount(IStorageAccount)

指定要用于函数应用的存储帐户。

WithNewStorageAccount(String, SkuName)

创建用于函数应用的新存储帐户。

适用于