ArmIotOperationsModelFactory.BrokerAuthenticatorMethods 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.BrokerAuthenticatorMethods BrokerAuthenticatorMethods(Azure.ResourceManager.IotOperations.Models.BrokerAuthenticationMethod method = default, Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodCustom customSettings = default, System.Collections.Generic.IEnumerable<string> serviceAccountTokenAudiences = default, Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodX509 x509Settings = default);
static member BrokerAuthenticatorMethods : Azure.ResourceManager.IotOperations.Models.BrokerAuthenticationMethod * Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodCustom * seq<string> * Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethodX509 -> Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethods
Public Shared Function BrokerAuthenticatorMethods (Optional method As BrokerAuthenticationMethod = Nothing, Optional customSettings As BrokerAuthenticatorMethodCustom = Nothing, Optional serviceAccountTokenAudiences As IEnumerable(Of String) = Nothing, Optional x509Settings As BrokerAuthenticatorMethodX509 = Nothing) As BrokerAuthenticatorMethods
Parameters
- method
- BrokerAuthenticationMethod
Custom authentication configuration.
- customSettings
- BrokerAuthenticatorMethodCustom
Custom authentication configuration.
- serviceAccountTokenAudiences
- IEnumerable<String>
List of allowed audience.
- x509Settings
- BrokerAuthenticatorMethodX509
X.509 authentication configuration.
Returns
A new BrokerAuthenticatorMethods instance for mocking.