FunctionsDeploymentStorage interface

関数アプリによって使用されるデプロイ済みパッケージのストレージ。

プロパティ

authentication

デプロイのためにストレージ アカウントにアクセスするための認証方法。

type

Azure Storage の種類を選択するプロパティ。 使用できるオプション: blobContainer。

value

選択した Azure Storage の種類の URL を設定するプロパティ。 例: blobContainer の場合、値は https://.blob.core.windows.net/.

プロパティの詳細

authentication

デプロイのためにストレージ アカウントにアクセスするための認証方法。

authentication?: FunctionsDeploymentStorageAuthentication

プロパティ値

type

Azure Storage の種類を選択するプロパティ。 使用できるオプション: blobContainer。

type?: string

プロパティ値

string

value

選択した Azure Storage の種類の URL を設定するプロパティ。 例: blobContainer の場合、値は https://.blob.core.windows.net/.

value?: string

プロパティ値

string