ArmIotOperationsModelFactory.BrokerStateStorePolicy(String) 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.BrokerStateStorePolicy BrokerStateStorePolicy(string mode = default);
static member BrokerStateStorePolicy : string -> Azure.ResourceManager.IotOperations.Models.BrokerStateStorePolicy
Public Shared Function BrokerStateStorePolicy (Optional mode As String = Nothing) As BrokerStateStorePolicy
Parameters
- mode
- String
'All' to persist all keys, 'None' to not persist any, 'Custom' to persist only the specified keys.
Returns
A new BrokerStateStorePolicy instance for mocking.