@@ -19,6 +19,7 @@ public partial class AutomanageBestPracticeData : Azure.ResourceManager.Models.R
1919 {
2020 internal AutomanageBestPracticeData ( ) { }
2121 public System . BinaryData Configuration { get { throw null ; } }
22+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2223 Azure . ResourceManager . Automanage . AutomanageBestPracticeData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageBestPracticeData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2324 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageBestPracticeData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2425 Azure . ResourceManager . Automanage . AutomanageBestPracticeData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . AutomanageBestPracticeData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -45,6 +46,7 @@ public partial class AutomanageConfigurationProfileAssignmentData : Azure.Resour
4546 public AutomanageConfigurationProfileAssignmentData ( ) { }
4647 public string ManagedBy { get { throw null ; } }
4748 public Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfileAssignmentProperties Properties { get { throw null ; } set { } }
49+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
4850 Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
4951 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
5052 Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -64,6 +66,7 @@ public AutomanageConfigurationProfileAssignmentReportData() { }
6466 public System . Collections . Generic . IReadOnlyList < Azure . ResourceManager . Automanage . Models . ConfigurationProfileAssignmentReportResourceDetails > Resources { get { throw null ; } }
6567 public System . DateTimeOffset ? StartOn { get { throw null ; } set { } }
6668 public string Status { get { throw null ; } }
69+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
6770 Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentReportData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentReportData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
6871 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentReportData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
6972 Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentReportData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileAssignmentReportData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -91,6 +94,7 @@ public partial class AutomanageConfigurationProfileData : Azure.ResourceManager.
9194 {
9295 public AutomanageConfigurationProfileData ( Azure . Core . AzureLocation location ) { }
9396 public System . BinaryData Configuration { get { throw null ; } set { } }
97+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
9498 Azure . ResourceManager . Automanage . AutomanageConfigurationProfileData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
9599 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
96100 Azure . ResourceManager . Automanage . AutomanageConfigurationProfileData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . AutomanageConfigurationProfileData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -475,6 +479,7 @@ public AutomanageConfigurationProfileAssignmentProperties() { }
475479 public Azure . Core . ResourceIdentifier ConfigurationProfile { get { throw null ; } set { } }
476480 public string Status { get { throw null ; } }
477481 public Azure . Core . ResourceIdentifier TargetId { get { throw null ; } }
482+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
478483 Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfileAssignmentProperties System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfileAssignmentProperties > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
479484 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfileAssignmentProperties > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
480485 Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfileAssignmentProperties System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfileAssignmentProperties > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -485,6 +490,7 @@ public partial class AutomanageConfigurationProfilePatch : Azure.ResourceManager
485490 {
486491 public AutomanageConfigurationProfilePatch ( ) { }
487492 public System . BinaryData Configuration { get { throw null ; } set { } }
493+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
488494 Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfilePatch System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfilePatch > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
489495 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfilePatch > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
490496 Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfilePatch System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . Models . AutomanageConfigurationProfilePatch > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -495,6 +501,7 @@ public partial class AutomanageResourceUpdateDetails : System.ClientModel.Primit
495501 {
496502 public AutomanageResourceUpdateDetails ( ) { }
497503 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
504+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
498505 Azure . ResourceManager . Automanage . Models . AutomanageResourceUpdateDetails System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageResourceUpdateDetails > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
499506 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageResourceUpdateDetails > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
500507 Azure . ResourceManager . Automanage . Models . AutomanageResourceUpdateDetails System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . Models . AutomanageResourceUpdateDetails > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -506,6 +513,7 @@ public partial class AutomanageServicePrincipalData : Azure.ResourceManager.Mode
506513 public AutomanageServicePrincipalData ( ) { }
507514 public bool ? IsAuthorizationSet { get { throw null ; } }
508515 public string ServicePrincipalId { get { throw null ; } }
516+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
509517 Azure . ResourceManager . Automanage . Models . AutomanageServicePrincipalData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageServicePrincipalData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
510518 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . AutomanageServicePrincipalData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
511519 Azure . ResourceManager . Automanage . Models . AutomanageServicePrincipalData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . Models . AutomanageServicePrincipalData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -517,6 +525,7 @@ public partial class ConfigurationProfileAssignmentReportResourceDetails : Azure
517525 internal ConfigurationProfileAssignmentReportResourceDetails ( ) { }
518526 public Azure . ResponseError Error { get { throw null ; } }
519527 public string Status { get { throw null ; } }
528+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
520529 Azure . ResourceManager . Automanage . Models . ConfigurationProfileAssignmentReportResourceDetails System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . ConfigurationProfileAssignmentReportResourceDetails > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
521530 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . Automanage . Models . ConfigurationProfileAssignmentReportResourceDetails > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
522531 Azure . ResourceManager . Automanage . Models . ConfigurationProfileAssignmentReportResourceDetails System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . Automanage . Models . ConfigurationProfileAssignmentReportResourceDetails > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments