Condividi tramite


BrokerSubscriberQueueCustomPolicy Constructor

Definition

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.

Applies to