NetworkIsolationSettings Class

Definition

Contains the ARM resources for which to create private endpoint connection.

public class NetworkIsolationSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Sql.Models.NetworkIsolationSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Sql.Models.NetworkIsolationSettings>
type NetworkIsolationSettings = class
    interface IJsonModel<NetworkIsolationSettings>
    interface IPersistableModel<NetworkIsolationSettings>
Public Class NetworkIsolationSettings
Implements IJsonModel(Of NetworkIsolationSettings), IPersistableModel(Of NetworkIsolationSettings)
Inheritance
NetworkIsolationSettings
Implements

Constructors

NetworkIsolationSettings()

Initializes a new instance of NetworkIsolationSettings.

Properties

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.

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.

Explicit Interface Implementations

IJsonModel<NetworkIsolationSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<NetworkIsolationSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<NetworkIsolationSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<NetworkIsolationSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<NetworkIsolationSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to