FunctionsDeploymentStorage interface
Penyimpanan untuk paket yang disebarkan yang digunakan oleh aplikasi fungsi.
Properti
| authentication | Metode autentikasi untuk mengakses akun penyimpanan untuk penyebaran. |
| type | Properti untuk memilih jenis Azure Storage. Opsi yang tersedia: blobContainer. |
| value | Properti untuk mengatur URL untuk jenis Azure Storage yang dipilih. Contoh: Untuk blobContainer, nilainya bisa https://<storageAccountName>.blob.core.windows.net/<containerName>. |
Detail Properti
authentication
Metode autentikasi untuk mengakses akun penyimpanan untuk penyebaran.
authentication?: FunctionsDeploymentStorageAuthentication
Nilai Properti
type
Properti untuk memilih jenis Azure Storage. Opsi yang tersedia: blobContainer.
type?: string
Nilai Properti
string
value
Properti untuk mengatur URL untuk jenis Azure Storage yang dipilih. Contoh: Untuk blobContainer, nilainya bisa https://<storageAccountName>.blob.core.windows.net/<containerName>.
value?: string
Nilai Properti
string