StorageEmulator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A wrapper on Azure Storage Emulator.
public static class StorageEmulator
type StorageEmulator = class
Public Class StorageEmulator
- Inheritance
-
StorageEmulator
Remarks
It might be tricky to implement this as a IDisposable, isolated, autonomous instance, see at Use the Azure Storage Emulator for Development and Testing for pointers.
Properties
Exists |
Checks if the storage emulator exists, i.e. is installed. |
Methods
Help() |
Storage Emulator help. |
IsStarted() |
Is the storage emulator already started. |
Start() |
Starts the storage emulator if not already started. |
Stop() |
Stops the storage emulator if started. |
TryStart() |
Tries to start the storage emulator. |