NetworkIsolationSettings Constructors

Definition

Overloads

NetworkIsolationSettings()

Initializes a new instance of the NetworkIsolationSettings class.

NetworkIsolationSettings(String, String)

Initializes a new instance of the NetworkIsolationSettings class.

NetworkIsolationSettings()

Initializes a new instance of the NetworkIsolationSettings class.

public NetworkIsolationSettings ();
Public Sub New ()

Applies to

NetworkIsolationSettings(String, String)

Initializes a new instance of the NetworkIsolationSettings class.

public NetworkIsolationSettings (string storageAccountResourceId = default, string sqlServerResourceId = default);
new Microsoft.Azure.Management.Sql.Models.NetworkIsolationSettings : string * string -> Microsoft.Azure.Management.Sql.Models.NetworkIsolationSettings
Public Sub New (Optional storageAccountResourceId As String = Nothing, Optional sqlServerResourceId As String = Nothing)

Parameters

storageAccountResourceId
String

The resource id for the storage account used to store BACPAC file. If set, private endpoint connection will be created for the storage account. Must match storage account used for StorageUri parameter.

sqlServerResourceId
String

The resource id for the SQL server which is the target of this request. If set, private endpoint connection will be created for the SQL server. Must match server which is target of the operation.

Applies to