BrokerPersistenceDynamicSettings(String, String) Constructor
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.
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.