次の方法で共有


IWithStorageAccount.WithExistingStorageAccount(IStorageAccount) メソッド

定義

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

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate WithExistingStorageAccount (Microsoft.Azure.Management.Storage.Fluent.IStorageAccount storageAccount);
abstract member WithExistingStorageAccount : Microsoft.Azure.Management.Storage.Fluent.IStorageAccount -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate
Public Function WithExistingStorageAccount (storageAccount As IStorageAccount) As IUpdate

パラメーター

storageAccount
IStorageAccount

使用するストレージ アカウント。

戻り値

適用対象