You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public partial class MySqlLinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.MySqlLinkedService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.MySqlLinkedService>
8339
8339
{
8340
8340
public MySqlLinkedService() { }
8341
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowZeroDateTime { get { throw null; } set { } }
8341
8342
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> ConnectionString { get { throw null; } set { } }
8343
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> ConnectionTimeout { get { throw null; } set { } }
8344
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> ConvertZeroDateTime { get { throw null; } set { } }
8342
8345
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Database { get { throw null; } set { } }
8343
8346
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> DriverVersion { get { throw null; } set { } }
8344
8347
public string EncryptedCredential { get { throw null; } set { } }
8348
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> GuidFormat { get { throw null; } set { } }
8345
8349
public Azure.Core.Expressions.DataFactory.DataFactoryKeyVaultSecret Password { get { throw null; } set { } }
8346
8350
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> Port { get { throw null; } set { } }
8347
8351
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Server { get { throw null; } set { } }
8352
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> SslCert { get { throw null; } set { } }
8353
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> SslKey { get { throw null; } set { } }
8348
8354
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> SslMode { get { throw null; } set { } }
8355
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> TreatTinyAsBoolean { get { throw null; } set { } }
8349
8356
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Username { get { throw null; } set { } }
8350
8357
public Azure.Core.Expressions.DataFactory.DataFactoryElement<int> UseSystemTrustStore { get { throw null; } set { } }
public partial class PostgreSqlV2LinkedService : Azure.ResourceManager.DataFactory.Models.DataFactoryLinkedServiceProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.PostgreSqlV2LinkedService>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.PostgreSqlV2LinkedService>
Copy file name to clipboardExpand all lines: sdk/datafactory/Azure.ResourceManager.DataFactory/src/Generated/Models/MySqlLinkedService.Serialization.cs
0 commit comments