AzureStorageResource.runAsEmulator
Method
interface AzureStorageResource { // ... omitted for brevity runAsEmulator(configureContainer?: (obj: AzureStorageEmulatorResource) => void): AzureStorageResource;}Signature
method
runAsEmulator builder Configures the Azure Storage resource to be emulated using Azurite
runAsEmulator(configureContainer?: (obj: AzureStorageEmulatorResource) => void): AzureStorageResourceParameters
configureContainer (obj: AzureStorageEmulatorResource) => void optional Returns
AzureStorageResource Defined on
This method is defined on the following type: