ArmIotOperationsModelFactory.IotOperationsBrokerAuthenticationProperties 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.
Initializes a new instance of IotOperationsBrokerAuthenticationProperties.
public static Azure.ResourceManager.IotOperations.Models.IotOperationsBrokerAuthenticationProperties IotOperationsBrokerAuthenticationProperties(System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethods> authenticationMethods = default, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default);
static member IotOperationsBrokerAuthenticationProperties : seq<Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethods> * Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState> -> Azure.ResourceManager.IotOperations.Models.IotOperationsBrokerAuthenticationProperties
Public Shared Function IotOperationsBrokerAuthenticationProperties (Optional authenticationMethods As IEnumerable(Of BrokerAuthenticatorMethods) = Nothing, Optional provisioningState As Nullable(Of IotOperationsProvisioningState) = Nothing) As IotOperationsBrokerAuthenticationProperties
Parameters
- authenticationMethods
- IEnumerable<BrokerAuthenticatorMethods>
Defines a set of Broker authentication methods to be used on BrokerListeners. For each array element one authenticator type supported.
- provisioningState
- Nullable<IotOperationsProvisioningState>
The status of the last operation.
Returns
A new IotOperationsBrokerAuthenticationProperties instance for mocking.