ArmIotOperationsModelFactory.IotOperationsDataflowProfileProperties Method

Definition

public static Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowProfileProperties IotOperationsDataflowProfileProperties(Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics diagnostics = default, int? instanceCount = default, Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState? provisioningState = default, Azure.ResourceManager.IotOperations.Models.ResourceHealthState? healthState = default);
static member IotOperationsDataflowProfileProperties : Azure.ResourceManager.IotOperations.Models.DataflowProfileDiagnostics * Nullable<int> * Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsProvisioningState> * Nullable<Azure.ResourceManager.IotOperations.Models.ResourceHealthState> -> Azure.ResourceManager.IotOperations.Models.IotOperationsDataflowProfileProperties
Public Shared Function IotOperationsDataflowProfileProperties (Optional diagnostics As DataflowProfileDiagnostics = Nothing, Optional instanceCount As Nullable(Of Integer) = Nothing, Optional provisioningState As Nullable(Of IotOperationsProvisioningState) = Nothing, Optional healthState As Nullable(Of ResourceHealthState) = Nothing) As IotOperationsDataflowProfileProperties

Parameters

diagnostics
DataflowProfileDiagnostics

Spec defines the desired identities of NBC diagnostics settings.

instanceCount
Nullable<Int32>

To manually scale the dataflow profile, specify the maximum number of instances you want to run.

provisioningState
Nullable<IotOperationsProvisioningState>

The status of the last operation.

healthState
Nullable<ResourceHealthState>

The health state of the resource.

Returns

A new IotOperationsDataflowProfileProperties instance for mocking.

Applies to