EventStorageDestination(String) Constructor

Definition

Initializes a new instance of EventStorageDestination.

public EventStorageDestination(string path);
new Azure.ResourceManager.DeviceRegistry.Models.EventStorageDestination : string -> Azure.ResourceManager.DeviceRegistry.Models.EventStorageDestination
Public Sub New (path As String)

Parameters

path
String

The storage destination path.

Exceptions

path is null.

Applies to