ArmIotOperationsModelFactory.IotOperationsAkriConnectorProperties 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.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.