BrokerStateStorePolicyResources Constructor

Definition

Initializes a new instance of BrokerStateStorePolicyResources.

public BrokerStateStorePolicyResources(Azure.ResourceManager.IotOperations.Models.BrokerStateStoreKeyType keyType, System.Collections.Generic.IEnumerable<string> keys);
new Azure.ResourceManager.IotOperations.Models.BrokerStateStorePolicyResources : Azure.ResourceManager.IotOperations.Models.BrokerStateStoreKeyType * seq<string> -> Azure.ResourceManager.IotOperations.Models.BrokerStateStorePolicyResources
Public Sub New (keyType As BrokerStateStoreKeyType, keys As IEnumerable(Of String))

Parameters

keyType
BrokerStateStoreKeyType

The key to persist to disk.

keys
IEnumerable<String>

List of keys to persist to disk, required.

Exceptions

keys is null.

Applies to