NetworkIsolationSettings interface
Contains the ARM resources for which to create private endpoint connection.
Properties
sql |
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. |
storage |
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. |
Property Details
sqlServerResourceId
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.
sqlServerResourceId?: string
Property Value
string
storageAccountResourceId
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.
storageAccountResourceId?: string
Property Value
string