Share via


IWithStorageAccount.WithNewStorageAccount(String, SkuName) Methode

Definition

Erstellt ein neues Speicherkonto, das für die Funktions-App verwendet werden soll.

public Microsoft.Azure.Management.AppService.Fluent.FunctionApp.Update.IUpdate 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.Update.IUpdate
Public Function WithNewStorageAccount (name As String, sku As SkuName) As IUpdate

Parameter

name
String

Der Name des Speicherkontos.

sku
SkuName

Die SKU des Speicherkontos.

Gibt zurück

Gilt für: