Class AzureSqlServerNetworkSettings
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the network settings for an Azure SQL server.
public class AzureSqlServerNetworkSettings : BypassSection
- Inheritance
-
AzureSqlServerNetworkSettings
- Inherited Members
Constructors
AzureSqlServerNetworkSettings()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureSqlServerNetworkSettings class.
public AzureSqlServerNetworkSettings()
Properties
AllowAzureServicesAccess
Gets or sets whether to allow access to Azure services.
public BooleanOption AllowAzureServicesAccess { get; set; }
Property Value
AllowedOutboundDomains
Gets or sets the domains that are permitted.
public SerializableStringCollection AllowedOutboundDomains { get; set; }
Property Value
- SerializableStringCollection
ConnectionPolicy
Gets or sets the Azure SQL connection policy.
public AzureSqlServerConnectionPolicy ConnectionPolicy { get; set; }
Property Value
ConnectionPolicyString
Gets the Azure SQL connection policy.
public string ConnectionPolicyString { get; set; }
Property Value
DenyPublicNetworkAccess
Gets or sets whether public network access is denied.
public BooleanOption DenyPublicNetworkAccess { get; set; }
Property Value
FirewallRules
Gets or sets the firewall rules configured for the Azure SQL server.
public AzureSqlServerFirewallRules FirewallRules { get; set; }
Property Value
MinimumTlsVersion
Gets or sets the minimum TLS version.
public AzureSqlServerMinimumTlsVersion MinimumTlsVersion { get; set; }
Property Value
MinimumTlsVersionString
Gets the minimum TLS version.
public string MinimumTlsVersionString { get; set; }
Property Value
RestrictOutboundNetworkAccess
Gets or sets whether to restrict outbound network access.
public BooleanOption RestrictOutboundNetworkAccess { get; set; }
Property Value
VirtualNetworkRules
Gets or sets the virtual network rules configured for the SQL server.
public AzureSqlServerVirtualNetworkRules VirtualNetworkRules { get; set; }