FunctionsDeploymentStorage interface
函式應用程式所使用的已部署套件記憶體。
屬性
| authentication | 用來存取記憶體帳戶以進行部署的驗證方法。 |
| type | 要選取 Azure 記憶體類型的屬性。 可用的選項:blobContainer。 |
| value | 屬性,可設定所選 Azure 記憶體類型的 URL。 範例:對於 blobContainer,此值可以是 https://<storageAccountName>.blob.core.windows.net/<containerName>。 |
屬性詳細資料
authentication
用來存取記憶體帳戶以進行部署的驗證方法。
authentication?: FunctionsDeploymentStorageAuthentication
屬性值
type
要選取 Azure 記憶體類型的屬性。 可用的選項:blobContainer。
type?: string
屬性值
string
value
屬性,可設定所選 Azure 記憶體類型的 URL。 範例:對於 blobContainer,此值可以是 https://<storageAccountName>.blob.core.windows.net/<containerName>。
value?: string
屬性值
string