BrokerStateStorePolicyResources 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 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.