@@ -1128,6 +1128,7 @@ public partial class HealthcareApisServiceStorageConfiguration : System.ClientMo
11281128 {
11291129 public HealthcareApisServiceStorageConfiguration ( ) { }
11301130 public string FileSystemName { get { throw null ; } set { } }
1131+ public Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration StorageMonitorConfiguration { get { throw null ; } set { } }
11311132 public Azure . Core . ResourceIdentifier StorageResourceId { get { throw null ; } set { } }
11321133 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
11331134 Azure . ResourceManager . HealthcareApis . Models . HealthcareApisServiceStorageConfiguration System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . HealthcareApisServiceStorageConfiguration > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -1201,4 +1202,29 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
12011202 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . SmartIdentityProviderConfiguration > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
12021203 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . SmartIdentityProviderConfiguration > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
12031204 }
1205+ public partial class StorageMonitorConfiguration : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration >
1206+ {
1207+ public StorageMonitorConfiguration ( ) { }
1208+ public Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue MessageQueue { get { throw null ; } set { } }
1209+ public Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue PoisonQueue { get { throw null ; } set { } }
1210+ public string SystemTopicResourceId { get { throw null ; } set { } }
1211+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1212+ Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1213+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1214+ Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1215+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1216+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorConfiguration > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1217+ }
1218+ public partial class StorageMonitorQueue : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue >
1219+ {
1220+ public StorageMonitorQueue ( ) { }
1221+ public string Name { get { throw null ; } set { } }
1222+ public long ? TimeToLiveInSeconds { get { throw null ; } set { } }
1223+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1224+ Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1225+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1226+ Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1227+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1228+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HealthcareApis . Models . StorageMonitorQueue > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
1229+ }
12041230}
0 commit comments