AzureStorageInfoValue interface

ディクショナリ ストレージのAzure Filesまたは Blob Storage アクセス情報の値。

プロパティ

accessKey

ストレージ アカウントのアクセス キー。

accountName

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

mountPath

サイトのランタイム環境内にストレージをマウントするパス。

shareName

ファイル共有の名前 (BLOB ストレージの場合はコンテナー名)。

state

ストレージ アカウントの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

type

ストレージの種類。

プロパティの詳細

accessKey

ストレージ アカウントのアクセス キー。

accessKey?: string

プロパティ値

string

accountName

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

accountName?: string

プロパティ値

string

mountPath

サイトのランタイム環境内にストレージをマウントするパス。

mountPath?: string

プロパティ値

string

shareName

ファイル共有の名前 (BLOB ストレージの場合はコンテナー名)。

shareName?: string

プロパティ値

string

state

ストレージ アカウントの状態。 注: このプロパティはシリアル化されません。 これは、サーバーによってのみ設定できます。

state?: AzureStorageState

プロパティ値

type

ストレージの種類。

type?: AzureStorageType

プロパティ値