@@ -23,6 +23,7 @@ public TrustedSigningAccountData(Azure.Core.AzureLocation location) { }
2323 public System . Uri AccountUri { get { throw null ; } }
2424 public Azure . ResourceManager . TrustedSigning . Models . TrustedSigningProvisioningState ? ProvisioningState { get { throw null ; } }
2525 public Azure . ResourceManager . TrustedSigning . Models . TrustedSigningSkuName ? SkuName { get { throw null ; } set { } }
26+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2627 Azure . ResourceManager . TrustedSigning . TrustedSigningAccountData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . TrustedSigningAccountData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2728 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . TrustedSigningAccountData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2829 Azure . ResourceManager . TrustedSigning . TrustedSigningAccountData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . TrustedSigningAccountData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -96,6 +97,7 @@ public TrustedSigningCertificateProfileData() { }
9697 public string State { get { throw null ; } }
9798 public Azure . ResourceManager . TrustedSigning . Models . CertificateProfileStatus ? Status { get { throw null ; } }
9899 public string StreetAddress { get { throw null ; } }
100+ protected override void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
99101 Azure . ResourceManager . TrustedSigning . TrustedSigningCertificateProfileData System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . TrustedSigningCertificateProfileData > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
100102 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . TrustedSigningCertificateProfileData > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
101103 Azure . ResourceManager . TrustedSigning . TrustedSigningCertificateProfileData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . TrustedSigningCertificateProfileData > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -237,6 +239,7 @@ public RevokeCertificateContent(string serialNumber, string thumbprint, System.D
237239 public string Remarks { get { throw null ; } set { } }
238240 public string SerialNumber { get { throw null ; } }
239241 public string Thumbprint { get { throw null ; } }
242+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
240243 Azure . ResourceManager . TrustedSigning . Models . RevokeCertificateContent System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . RevokeCertificateContent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
241244 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . RevokeCertificateContent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
242245 Azure . ResourceManager . TrustedSigning . Models . RevokeCertificateContent System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . Models . RevokeCertificateContent > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -248,6 +251,7 @@ public partial class TrustedSigningAccountNameAvailabilityContent : System.Clien
248251 public TrustedSigningAccountNameAvailabilityContent ( string name , Azure . Core . ResourceType resourceType ) { }
249252 public string Name { get { throw null ; } }
250253 public Azure . Core . ResourceType ResourceType { get { throw null ; } }
254+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
251255 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityContent System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityContent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
252256 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityContent > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
253257 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityContent System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityContent > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -260,6 +264,7 @@ internal TrustedSigningAccountNameAvailabilityResult() { }
260264 public bool ? IsNameAvailable { get { throw null ; } }
261265 public string Message { get { throw null ; } }
262266 public Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameUnavailabilityReason ? Reason { get { throw null ; } }
267+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
263268 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityResult System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
264269 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
265270 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityResult System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountNameAvailabilityResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -289,6 +294,7 @@ public partial class TrustedSigningAccountPatch : System.ClientModel.Primitives.
289294 public TrustedSigningAccountPatch ( ) { }
290295 public Azure . ResourceManager . TrustedSigning . Models . TrustedSigningSkuName ? SkuName { get { throw null ; } set { } }
291296 public System . Collections . Generic . IDictionary < string , string > Tags { get { throw null ; } }
297+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
292298 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountPatch System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountPatch > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
293299 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountPatch > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
294300 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountPatch System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningAccountPatch > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -310,6 +316,7 @@ internal TrustedSigningCertificate() { }
310316 public Azure . ResourceManager . TrustedSigning . Models . CertificateRevocationStatus ? StatusRevocationStatus { get { throw null ; } }
311317 public string SubjectName { get { throw null ; } }
312318 public string Thumbprint { get { throw null ; } }
319+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
313320 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningCertificate System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningCertificate > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
314321 void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningCertificate > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
315322 Azure . ResourceManager . TrustedSigning . Models . TrustedSigningCertificate System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . TrustedSigning . Models . TrustedSigningCertificate > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments