ArmIotOperationsModelFactory.BrokerStateStorePolicyResources Method
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.
public static Azure.ResourceManager.IotOperations.Models.BrokerStateStorePolicyResources BrokerStateStorePolicyResources(Azure.ResourceManager.IotOperations.Models.BrokerStateStoreKeyType keyType = default, System.Collections.Generic.IEnumerable<string> keys = default);
static member BrokerStateStorePolicyResources : Azure.ResourceManager.IotOperations.Models.BrokerStateStoreKeyType * seq<string> -> Azure.ResourceManager.IotOperations.Models.BrokerStateStorePolicyResources
Public Shared Function BrokerStateStorePolicyResources (Optional keyType As BrokerStateStoreKeyType = Nothing, Optional keys As IEnumerable(Of String) = Nothing) As BrokerStateStorePolicyResources
Parameters
- keyType
- BrokerStateStoreKeyType
The key to persist to disk.
- keys
- IEnumerable<String>
List of keys to persist to disk, required.
Returns
A new BrokerStateStorePolicyResources instance for mocking.