次の方法で共有


IWithStorageAccount.WithNewStorageAccount(String, SkuName) メソッド

定義

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

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate WithNewStorageAccount (string name, Microsoft.Azure.Management.Storage.Fluent.Models.SkuName sku);
abstract member WithNewStorageAccount : string * Microsoft.Azure.Management.Storage.Fluent.Models.SkuName -> Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Definition.IWithCreate
Public Function WithNewStorageAccount (name As String, sku As SkuName) As IWithCreate

パラメーター

name
String

ストレージ アカウントの名前。

sku
SkuName

ストレージ アカウントの SKU。

戻り値

適用対象