@@ -5,6 +5,7 @@ public partial class AcknowledgeResult : System.ClientModel.Primitives.IJsonMode
55 internal AcknowledgeResult ( ) { }
66 public System . Collections . Generic . IReadOnlyList < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > FailedLockTokens { get { throw null ; } }
77 public System . Collections . Generic . IReadOnlyList < string > SucceededLockTokens { get { throw null ; } }
8+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
89 Azure . Messaging . EventGrid . Namespaces . AcknowledgeResult System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . AcknowledgeResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
910 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . AcknowledgeResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1011 Azure . Messaging . EventGrid . Namespaces . AcknowledgeResult System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . AcknowledgeResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -16,6 +17,7 @@ public partial class BrokerProperties : System.ClientModel.Primitives.IJsonModel
1617 internal BrokerProperties ( ) { }
1718 public int DeliveryCount { get { throw null ; } }
1819 public string LockToken { get { throw null ; } }
20+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
1921 Azure . Messaging . EventGrid . Namespaces . BrokerProperties System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . BrokerProperties > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
2022 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . BrokerProperties > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
2123 Azure . Messaging . EventGrid . Namespaces . BrokerProperties System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . BrokerProperties > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -116,6 +118,7 @@ public partial class FailedLockToken : System.ClientModel.Primitives.IJsonModel<
116118 internal FailedLockToken ( ) { }
117119 public Azure . ResponseError Error { get { throw null ; } }
118120 public string LockToken { get { throw null ; } }
121+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
119122 Azure . Messaging . EventGrid . Namespaces . FailedLockToken System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
120123 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
121124 Azure . Messaging . EventGrid . Namespaces . FailedLockToken System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -127,6 +130,7 @@ public partial class ReceiveDetails : System.ClientModel.Primitives.IJsonModel<A
127130 internal ReceiveDetails ( ) { }
128131 public Azure . Messaging . EventGrid . Namespaces . BrokerProperties BrokerProperties { get { throw null ; } }
129132 public Azure . Messaging . CloudEvent Event { get { throw null ; } }
133+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
130134 Azure . Messaging . EventGrid . Namespaces . ReceiveDetails System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . ReceiveDetails > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
131135 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . ReceiveDetails > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
132136 Azure . Messaging . EventGrid . Namespaces . ReceiveDetails System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . ReceiveDetails > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -137,6 +141,7 @@ public partial class ReceiveResult : System.ClientModel.Primitives.IJsonModel<Az
137141 {
138142 internal ReceiveResult ( ) { }
139143 public System . Collections . Generic . IReadOnlyList < Azure . Messaging . EventGrid . Namespaces . ReceiveDetails > Details { get { throw null ; } }
144+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
140145 Azure . Messaging . EventGrid . Namespaces . ReceiveResult System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . ReceiveResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
141146 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . ReceiveResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
142147 Azure . Messaging . EventGrid . Namespaces . ReceiveResult System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . ReceiveResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -148,6 +153,7 @@ public partial class RejectResult : System.ClientModel.Primitives.IJsonModel<Azu
148153 internal RejectResult ( ) { }
149154 public System . Collections . Generic . IReadOnlyList < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > FailedLockTokens { get { throw null ; } }
150155 public System . Collections . Generic . IReadOnlyList < string > SucceededLockTokens { get { throw null ; } }
156+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
151157 Azure . Messaging . EventGrid . Namespaces . RejectResult System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . RejectResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
152158 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . RejectResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
153159 Azure . Messaging . EventGrid . Namespaces . RejectResult System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . RejectResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -180,6 +186,7 @@ public partial class ReleaseResult : System.ClientModel.Primitives.IJsonModel<Az
180186 internal ReleaseResult ( ) { }
181187 public System . Collections . Generic . IReadOnlyList < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > FailedLockTokens { get { throw null ; } }
182188 public System . Collections . Generic . IReadOnlyList < string > SucceededLockTokens { get { throw null ; } }
189+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
183190 Azure . Messaging . EventGrid . Namespaces . ReleaseResult System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . ReleaseResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
184191 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . ReleaseResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
185192 Azure . Messaging . EventGrid . Namespaces . ReleaseResult System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . ReleaseResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
@@ -191,6 +198,7 @@ public partial class RenewLocksResult : System.ClientModel.Primitives.IJsonModel
191198 internal RenewLocksResult ( ) { }
192199 public System . Collections . Generic . IReadOnlyList < Azure . Messaging . EventGrid . Namespaces . FailedLockToken > FailedLockTokens { get { throw null ; } }
193200 public System . Collections . Generic . IReadOnlyList < string > SucceededLockTokens { get { throw null ; } }
201+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
194202 Azure . Messaging . EventGrid . Namespaces . RenewLocksResult System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . RenewLocksResult > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
195203 void System . ClientModel . Primitives . IJsonModel < Azure . Messaging . EventGrid . Namespaces . RenewLocksResult > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
196204 Azure . Messaging . EventGrid . Namespaces . RenewLocksResult System . ClientModel . Primitives . IPersistableModel < Azure . Messaging . EventGrid . Namespaces . RenewLocksResult > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments