ArmIotOperationsModelFactory.BrokerSubscriberQueueCustomPolicy Method

Definition

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.

Applies to