ArmIotOperationsModelFactory.IotOperationsBrokerAuthenticationProperties Method

Definition

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, Azure.ResourceManager.IotOperations.Models.ResourceHealthState? healthState = default);
static member IotOperationsBrokerAuthenticationProperties : seq<Azure.ResourceManager.IotOperations.Models.BrokerAuthenticatorMethods> * Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState> * Nullable<Azure.ResourceManager.IotOperations.Models.ResourceHealthState> -> Azure.ResourceManager.IotOperations.Models.IotOperationsBrokerAuthenticationProperties
Public Shared Function IotOperationsBrokerAuthenticationProperties (Optional authenticationMethods As IEnumerable(Of BrokerAuthenticatorMethods) = Nothing, Optional provisioningState As Nullable(Of IotOperationsProvisioningState) = Nothing, Optional healthState As Nullable(Of ResourceHealthState) = 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.

healthState
Nullable<ResourceHealthState>

The health state of the resource.

Returns

A new IotOperationsBrokerAuthenticationProperties instance for mocking.

Applies to