@@ -45,19 +45,29 @@ internal DataFactoryElement() { }
4545 System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryElement < T > > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
4646 public override string ? ToString ( ) { throw null ; }
4747 }
48- public partial class DataFactoryKeyVaultSecret : Azure . Core . Expressions . DataFactory . DataFactorySecret
48+ public partial class DataFactoryKeyVaultSecret : Azure . Core . Expressions . DataFactory . DataFactorySecret , System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret > , System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret >
4949 {
5050 public DataFactoryKeyVaultSecret ( Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference store , Azure . Core . Expressions . DataFactory . DataFactoryElement < string > secretName ) { }
5151 public Azure . Core . Expressions . DataFactory . DataFactoryElement < string > SecretName { get { throw null ; } set { } }
5252 public Azure . Core . Expressions . DataFactory . DataFactoryElement < string > SecretVersion { get { throw null ; } set { } }
5353 public Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference Store { get { throw null ; } set { } }
54+ Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret ? System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
55+ void System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
56+ Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret ? System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
57+ string System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
58+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryKeyVaultSecret > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
5459 }
55- public partial class DataFactoryLinkedServiceReference
60+ public partial class DataFactoryLinkedServiceReference : System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference > , System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference >
5661 {
5762 public DataFactoryLinkedServiceReference ( Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReferenceKind referenceKind , string referenceName ) { }
5863 public System . Collections . Generic . IDictionary < string , System . BinaryData ? > Parameters { get { throw null ; } }
5964 public Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReferenceKind ReferenceKind { get { throw null ; } set { } }
6065 public string ? ReferenceName { get { throw null ; } set { } }
66+ Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference ? System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
67+ void System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
68+ Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference ? System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
69+ string System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
70+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReference > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
6171 }
6272 [ System . Runtime . InteropServices . StructLayoutAttribute ( System . Runtime . InteropServices . LayoutKind . Sequential ) ]
6373 public readonly partial struct DataFactoryLinkedServiceReferenceKind : System . IEquatable < Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReferenceKind >
@@ -76,14 +86,24 @@ public DataFactoryLinkedServiceReference(Azure.Core.Expressions.DataFactory.Data
7686 public static bool operator != ( Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReferenceKind left , Azure . Core . Expressions . DataFactory . DataFactoryLinkedServiceReferenceKind right ) { throw null ; }
7787 public override string ToString ( ) { throw null ; }
7888 }
79- public abstract partial class DataFactorySecret
89+ public abstract partial class DataFactorySecret : System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactorySecret > , System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecret >
8090 {
8191 protected DataFactorySecret ( ) { }
92+ Azure . Core . Expressions . DataFactory . DataFactorySecret ? System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactorySecret > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
93+ void System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactorySecret > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
94+ Azure . Core . Expressions . DataFactory . DataFactorySecret ? System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecret > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
95+ string System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecret > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
96+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecret > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
8297 }
83- public partial class DataFactorySecretString : Azure . Core . Expressions . DataFactory . DataFactorySecret
98+ public partial class DataFactorySecretString : Azure . Core . Expressions . DataFactory . DataFactorySecret , System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString > , System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString >
8499 {
85100 public DataFactorySecretString ( string value ) { }
86101 public string ? Value { get { throw null ; } set { } }
87102 public static implicit operator Azure . Core . Expressions . DataFactory . DataFactorySecretString ( string literal ) { throw null ; }
103+ Azure . Core . Expressions . DataFactory . DataFactorySecretString ? System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString > . Create ( ref System . Text . Json . Utf8JsonReader reader , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
104+ void System . ClientModel . Primitives . IJsonModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString > . Write ( System . Text . Json . Utf8JsonWriter writer , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { }
105+ Azure . Core . Expressions . DataFactory . DataFactorySecretString ? System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString > . Create ( System . BinaryData data , System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
106+ string System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString > . GetFormatFromOptions ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
107+ System . BinaryData System . ClientModel . Primitives . IPersistableModel < Azure . Core . Expressions . DataFactory . DataFactorySecretString > . Write ( System . ClientModel . Primitives . ModelReaderWriterOptions options ) { throw null ; }
88108 }
89109}
0 commit comments