Olvasás angol nyelven

Megosztás a következőn keresztül:


IWithStorageAccount Interface

Definition

A function app definition allowing storage account to be specified. A storage account is required for storing function execution runtime, triggers, and logs.

public interface IWithStorageAccount
Derived

Methods

WithExistingStorageAccount(IStorageAccount)

Specifies the storage account to use for the function app.

WithNewStorageAccount(String, SkuName)

Creates a new storage account to use for the function app.

Applies to