Table of Contents

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

BooleanOption

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

AzureSqlServerConnectionPolicy

ConnectionPolicyString

Gets the Azure SQL connection policy.

public string ConnectionPolicyString { get; set; }

Property Value

string

DenyPublicNetworkAccess

Gets or sets whether public network access is denied.

public BooleanOption DenyPublicNetworkAccess { get; set; }

Property Value

BooleanOption

FirewallRules

Gets or sets the firewall rules configured for the Azure SQL server.

public AzureSqlServerFirewallRules FirewallRules { get; set; }

Property Value

AzureSqlServerFirewallRules

MinimumTlsVersion

Gets or sets the minimum TLS version.

public AzureSqlServerMinimumTlsVersion MinimumTlsVersion { get; set; }

Property Value

AzureSqlServerMinimumTlsVersion

MinimumTlsVersionString

Gets the minimum TLS version.

public string MinimumTlsVersionString { get; set; }

Property Value

string

RestrictOutboundNetworkAccess

Gets or sets whether to restrict outbound network access.

public BooleanOption RestrictOutboundNetworkAccess { get; set; }

Property Value

BooleanOption

VirtualNetworkRules

Gets or sets the virtual network rules configured for the SQL server.

public AzureSqlServerVirtualNetworkRules VirtualNetworkRules { get; set; }

Property Value

AzureSqlServerVirtualNetworkRules