ArmIotOperationsModelFactory.BrokerSubscriberQueueCustomPolicy 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.BrokerSubscriberQueueCustomPolicy BrokerSubscriberQueueCustomPolicy(Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicySettings subscriberQueueSettings = default);
static member BrokerSubscriberQueueCustomPolicy : Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicySettings -> Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicy
Public Shared Function BrokerSubscriberQueueCustomPolicy (Optional subscriberQueueSettings As BrokerSubscriberQueueCustomPolicySettings = Nothing) As BrokerSubscriberQueueCustomPolicy
Parameters
- subscriberQueueSettings
- BrokerSubscriberQueueCustomPolicySettings
Custom policy, required if mode is Custom. Subscriber queues from all groups are persisted to disk (logical OR).
Returns
A new BrokerSubscriberQueueCustomPolicy instance for mocking.