次の方法で共有


IWithStorageAccount インターフェイス

定義

ストレージ アカウントの指定を許可する関数アプリ定義。 関数実行ランタイム、トリガー、ログを格納するために、ストレージ アカウントが必要です。

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

メソッド

WithExistingStorageAccount(IStorageAccount)

関数アプリに使用するストレージ アカウントを指定します。

WithNewStorageAccount(String, SkuName)

関数アプリに使用する新しいストレージ アカウントを作成します。

適用対象