BrokerSubscriberQueueCustomPolicy 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 BrokerSubscriberQueueCustomPolicy.
public BrokerSubscriberQueueCustomPolicy(Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicySettings subscriberQueueSettings);
new Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicy : Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicySettings -> Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicy
Public Sub New (subscriberQueueSettings As BrokerSubscriberQueueCustomPolicySettings)
Parameters
- subscriberQueueSettings
- BrokerSubscriberQueueCustomPolicySettings
Custom policy, required if mode is Custom. Subscriber queues from all groups are persisted to disk (logical OR).
Exceptions
subscriberQueueSettings is null.