ArmIotOperationsModelFactory.IotOperationsInstanceFeature 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.IotOperationsInstanceFeature IotOperationsInstanceFeature(Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceFeatureMode? mode = default, System.Collections.Generic.IDictionary<string,Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode> settings = default);
static member IotOperationsInstanceFeature : Nullable<Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceFeatureMode> * System.Collections.Generic.IDictionary<string, Azure.ResourceManager.IotOperations.Models.IotOperationsOperationalMode> -> Azure.ResourceManager.IotOperations.Models.IotOperationsInstanceFeature
Public Shared Function IotOperationsInstanceFeature (Optional mode As Nullable(Of IotOperationsInstanceFeatureMode) = Nothing, Optional settings As IDictionary(Of String, IotOperationsOperationalMode) = Nothing) As IotOperationsInstanceFeature
Parameters
The state of the feature.
- settings
- IDictionary<String,IotOperationsOperationalMode>
The settings of the feature.
Returns
A new IotOperationsInstanceFeature instance for mocking.