@@ -430,6 +430,19 @@ protected virtual void JsonModelWriteCore(System.Text.Json.Utf8JsonWriter writer
430430 string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . ConnectivityEndpoint > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
431431 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . ConnectivityEndpoint > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
432432 }
433+ public partial class EntraUserInfo : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo >
434+ {
435+ public EntraUserInfo ( ) { }
436+ public string DisplayName { get { throw null ; } set { } }
437+ public string ObjectId { get { throw null ; } set { } }
438+ public string Upn { get { throw null ; } set { } }
439+ protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
440+ Azure . ResourceManager . HDInsight . Models . EntraUserInfo System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
441+ void System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
442+ Azure . ResourceManager . HDInsight . Models . EntraUserInfo System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
443+ string System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
444+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
445+ }
433446 public partial class ExcludedServicesConfig : System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HDInsight . Models . ExcludedServicesConfig > , System . ClientModel . Primitives . IPersistableModel < Azure . ResourceManager . HDInsight . Models . ExcludedServicesConfig >
434447 {
435448 public ExcludedServicesConfig ( ) { }
@@ -1041,6 +1054,7 @@ public partial class HDInsightClusterUpdateGatewaySettingsContent : System.Clien
10411054 public HDInsightClusterUpdateGatewaySettingsContent ( ) { }
10421055 public bool ? IsCredentialEnabled { get { throw null ; } set { } }
10431056 public string Password { get { throw null ; } set { } }
1057+ public System . Collections . Generic . IList < Azure . ResourceManager . HDInsight . Models . EntraUserInfo > RestAuthEntraUsers { get { throw null ; } }
10441058 public string UserName { get { throw null ; } set { } }
10451059 protected virtual void JsonModelWriteCore ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
10461060 Azure . ResourceManager . HDInsight . Models . HDInsightClusterUpdateGatewaySettingsContent System . ClientModel . Primitives . IJsonModel < Azure . ResourceManager . HDInsight . Models . HDInsightClusterUpdateGatewaySettingsContent > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
0 commit comments