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 abstract partial class ImportSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>
6975
6983
{
6976
6984
protected ImportSettings() { }
@@ -11473,6 +11481,7 @@ public SparkLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<
11473
11481
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
11474
11482
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
11475
11483
public Azure.ResourceManager.DataFactory.Models.SparkAuthenticationType AuthenticationType { get { throw null; } set { } }
11484
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
11476
11485
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
11477
11486
public string EncryptedCredential { get { throw null; } set { } }
11478
11487
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }
public abstract partial class ImportSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.ImportSettings>
6975
6983
{
6976
6984
protected ImportSettings() { }
@@ -11473,6 +11481,7 @@ public SparkLinkedService(Azure.Core.Expressions.DataFactory.DataFactoryElement<
11473
11481
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowHostNameCNMismatch { get { throw null; } set { } }
11474
11482
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> AllowSelfSignedServerCert { get { throw null; } set { } }
11475
11483
public Azure.ResourceManager.DataFactory.Models.SparkAuthenticationType AuthenticationType { get { throw null; } set { } }
11484
+
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableServerCertificateValidation { get { throw null; } set { } }
11476
11485
public Azure.Core.Expressions.DataFactory.DataFactoryElement<bool> EnableSsl { get { throw null; } set { } }
11477
11486
public string EncryptedCredential { get { throw null; } set { } }
11478
11487
public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Host { get { throw null; } set { } }
0 commit comments