AzureStorageInfoValue interface
字典記憶體的 Azure 檔案記憶體或 Blob 記憶體存取資訊值。
屬性
access |
儲存體帳戶的存取金鑰。 |
account |
記憶體帳戶的名稱。 |
mount |
在站臺運行時間環境中掛接記憶體的路徑。 |
protocol | 掛接要用於記憶體帳戶的通訊協定。 |
share |
檔案共享的名稱(容器名稱,用於 Blob 記憶體)。 |
state | 記憶體帳戶的狀態。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
type | 記憶體的類型。 |
屬性詳細資料
accessKey
儲存體帳戶的存取金鑰。
accessKey?: string
屬性值
string
accountName
記憶體帳戶的名稱。
accountName?: string
屬性值
string
mountPath
在站臺運行時間環境中掛接記憶體的路徑。
mountPath?: string
屬性值
string
protocol
掛接要用於記憶體帳戶的通訊協定。
protocol?: string
屬性值
string
shareName
檔案共享的名稱(容器名稱,用於 Blob 記憶體)。
shareName?: string
屬性值
string