NetworkIsolationSettings Class
Contains the ARM resources for which to create private endpoint connection.
Constructor
NetworkIsolationSettings(*, storage_account_resource_id: str | None = None, sql_server_resource_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
storage_account_resource_id
Required
|
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. |
sql_server_resource_id
Required
|
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. |
Keyword-Only Parameters
Name | Description |
---|---|
storage_account_resource_id
Required
|
|
sql_server_resource_id
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python