runAsEmulator
Function
interface AzureStorageResource { // ... omitted for brevity runAsEmulator(configureContainer?: callback): 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 Applies to
This function is an extension method on the following types: