Edit

Share via


StorageEmulator Class

Definition

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.

Applies to