ArmIotOperationsModelFactory.IotOperationsAkriConnectorProperties Method

Definition

public static Azure.ResourceManager.IotOperations.Models.IotOperationsAkriConnectorProperties IotOperationsAkriConnectorProperties(Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.IotOperations.Models.AkriConnectorAllocatedDevice> allocatedDevices = default, Azure.ResourceManager.IotOperations.Models.ResourceHealthState? healthState = default);
static member IotOperationsAkriConnectorProperties : Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState> * seq<Azure.ResourceManager.IotOperations.Models.AkriConnectorAllocatedDevice> * Nullable<Azure.ResourceManager.IotOperations.Models.ResourceHealthState> -> Azure.ResourceManager.IotOperations.Models.IotOperationsAkriConnectorProperties
Public Shared Function IotOperationsAkriConnectorProperties (Optional provisioningState As Nullable(Of IotOperationsProvisioningState) = Nothing, Optional allocatedDevices As IEnumerable(Of AkriConnectorAllocatedDevice) = Nothing, Optional healthState As Nullable(Of ResourceHealthState) = Nothing) As IotOperationsAkriConnectorProperties

Parameters

provisioningState
Nullable<IotOperationsProvisioningState>

The status of the last operation.

allocatedDevices
IEnumerable<AkriConnectorAllocatedDevice>

The allocated devices for the connector.

healthState
Nullable<ResourceHealthState>

The health state of the resource.

Returns

A new IotOperationsAkriConnectorProperties instance for mocking.

Applies to