ArmIotOperationsModelFactory.BrokerSubscriberQueueCustomPolicySettings 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.BrokerSubscriberQueueCustomPolicySettings BrokerSubscriberQueueCustomPolicySettings(System.Collections.Generic.IEnumerable<string> subscriberClientIds = default, Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode? dynamicMode = default);
static member BrokerSubscriberQueueCustomPolicySettings : seq<string> * Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode> -> Azure.ResourceManager.IotOperations.Models.BrokerSubscriberQueueCustomPolicySettings
Public Shared Function BrokerSubscriberQueueCustomPolicySettings (Optional subscriberClientIds As IEnumerable(Of String) = Nothing, Optional dynamicMode As Nullable(Of IotOperationsOperationalMode) = Nothing) As BrokerSubscriberQueueCustomPolicySettings
Parameters
- subscriberClientIds
- IEnumerable<String>
List of client IDs of the subscribers, wildcard * supported.
- dynamicMode
- Nullable<IotOperationsOperationalMode>
Mode of the BrokerSubscriberQueueCustomPolicy.
Returns
A new BrokerSubscriberQueueCustomPolicySettings instance for mocking.