NetworkIsolationSettings Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains the ARM resources for which to create private endpoint connection.
public class NetworkIsolationSettings
type NetworkIsolationSettings = class
Public Class NetworkIsolationSettings
- Inheritance
-
NetworkIsolationSettings
Constructors
NetworkIsolationSettings() |
Initializes a new instance of the NetworkIsolationSettings class. |
NetworkIsolationSettings(String, String) |
Initializes a new instance of the NetworkIsolationSettings class. |
Properties
SqlServerResourceId |
Gets or sets 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. |
StorageAccountResourceId |
Gets or sets 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. |
Applies to
Azure SDK for .NET