BrokerPersistenceDynamicSettings(String, String) Constructor

Definition

Initializes a new instance of BrokerPersistenceDynamicSettings.

public BrokerPersistenceDynamicSettings(string userPropertyKey, string userPropertyValue);
new Azure.ResourceManager.IotOperations.Models.BrokerPersistenceDynamicSettings : string * string -> Azure.ResourceManager.IotOperations.Models.BrokerPersistenceDynamicSettings
Public Sub New (userPropertyKey As String, userPropertyValue As String)

Parameters

userPropertyKey
String

The user property key to enable persistence.

userPropertyValue
String

The user property value to enable persistence.

Exceptions

userPropertyKey or userPropertyValue is null.

Applies to