@@ -476,7 +476,7 @@ public static partial class ArmIotOperationsModelFactory
476476 public static Azure . ResourceManager . IotOperations . Models . IotOperationsDataflowProfileProperties IotOperationsDataflowProfileProperties ( Azure . ResourceManager . IotOperations . Models . DataflowProfileDiagnostics diagnostics = null , int ? instanceCount = default ( int ? ) , Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? provisioningState = default ( Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? ) ) { throw null ; }
477477 public static Azure . ResourceManager . IotOperations . Models . IotOperationsDataflowProperties IotOperationsDataflowProperties ( Azure . ResourceManager . IotOperations . Models . IotOperationsOperationalMode ? mode = default ( Azure . ResourceManager . IotOperations . Models . IotOperationsOperationalMode ? ) , System . Collections . Generic . IEnumerable < Azure . ResourceManager . IotOperations . Models . DataflowOperationProperties > operations = null , Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? provisioningState = default ( Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? ) ) { throw null ; }
478478 public static Azure . ResourceManager . IotOperations . IotOperationsInstanceData IotOperationsInstanceData ( Azure . Core . ResourceIdentifier id = null , string name = null , Azure . Core . ResourceType resourceType = default ( Azure . Core . ResourceType ) , Azure . ResourceManager . Models . SystemData systemData = null , System . Collections . Generic . IDictionary < string , string > tags = null , Azure . Core . AzureLocation location = default ( Azure . Core . AzureLocation ) , Azure . ResourceManager . IotOperations . Models . IotOperationsInstanceProperties properties = null , Azure . ResourceManager . IotOperations . Models . IotOperationsExtendedLocation extendedLocation = null , Azure . ResourceManager . Models . ManagedServiceIdentity identity = null ) { throw null ; }
479- public static Azure . ResourceManager . IotOperations . Models . IotOperationsInstanceProperties IotOperationsInstanceProperties ( string description = null , Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? provisioningState = default ( Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? ) , string version = null , Azure . Core . ResourceIdentifier schemaRegistryRefResourceId = null ) { throw null ; }
479+ public static Azure . ResourceManager . IotOperations . Models . IotOperationsInstanceProperties IotOperationsInstanceProperties ( string description = null , Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? provisioningState = default ( Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? ) , string version = null , Azure . Core . ResourceIdentifier schemaRegistryRefResourceId = null , System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotOperations . Models . InstanceFeature > features = null ) { throw null ; }
480480 }
481481 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
482482 public readonly partial struct BlockerListenerServiceType : System . IEquatable < Azure . ResourceManager . IotOperations . Models . BlockerListenerServiceType >
@@ -1485,6 +1485,37 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
14851485 public static bool operator != ( Azure . ResourceManager . IotOperations . Models . FabricOneLakeAuthMethod left , Azure . ResourceManager . IotOperations . Models . FabricOneLakeAuthMethod right ) { throw null ; }
14861486 public override string ToString ( ) { throw null ; }
14871487 }
1488+ public partial class InstanceFeature : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature >
1489+ {
1490+ public InstanceFeature ( ) { }
1491+ public Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode ? Mode { get { throw null ; } set { } }
1492+ public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotOperations . Models . IotOperationsOperationalMode > Settings { get { throw null ; } }
1493+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1494+ Azure . ResourceManager . IotOperations . Models . InstanceFeature System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1495+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1496+ Azure . ResourceManager . IotOperations . Models . InstanceFeature System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1497+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1498+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . IotOperations . Models . InstanceFeature > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1499+ }
1500+ [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
1501+ public readonly partial struct InstanceFeatureMode : System . IEquatable < Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode >
1502+ {
1503+ private readonly object _dummy ;
1504+ private readonly int _dummyPrimitive ;
1505+ public InstanceFeatureMode ( string value ) { throw null ; }
1506+ public static Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode Disabled { get { throw null ; } }
1507+ public static Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode Preview { get { throw null ; } }
1508+ public static Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode Stable { get { throw null ; } }
1509+ public bool Equals ( Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode other ) { throw null ; }
1510+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1511+ public override bool Equals ( object obj ) { throw null ; }
1512+ [ System . ComponentModel . EditorBrowsableAttribute ( System . ComponentModel . EditorBrowsableState . Never ) ]
1513+ public override int GetHashCode ( ) { throw null ; }
1514+ public static bool operator == ( Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode left , Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode right ) { throw null ; }
1515+ public static implicit operator Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode ( string value ) { throw null ; }
1516+ public static bool operator != ( Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode left , Azure . ResourceManager . IotOperations . Models . InstanceFeatureMode right ) { throw null ; }
1517+ public override string ToString ( ) { throw null ; }
1518+ }
14881519 public partial class IotOperationsBatchingConfig : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . IotOperations . Models . IotOperationsBatchingConfig > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . IotOperations . Models . IotOperationsBatchingConfig >
14891520 {
14901521 public IotOperationsBatchingConfig ( ) { }
@@ -1641,6 +1672,7 @@ public partial class IotOperationsInstanceProperties : System.ClientModel.Primit
16411672 {
16421673 public IotOperationsInstanceProperties ( Azure . ResourceManager . IotOperations . Models . SchemaRegistryRef schemaRegistryRef ) { }
16431674 public string Description { get { throw null ; } set { } }
1675+ public System . Collections . Generic . IDictionary < string , Azure . ResourceManager . IotOperations . Models . InstanceFeature > Features { get { throw null ; } }
16441676 public Azure . ResourceManager . IotOperations . Models . IotOperationsProvisioningState ? ProvisioningState { get { throw null ; } }
16451677 public Azure . Core . ResourceIdentifier SchemaRegistryRefResourceId { get { throw null ; } set { } }
16461678 public string Version { get { throw null ; } }
0 commit comments