SynapseManagedVirtualNetworkSettings 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.
Managed Virtual Network Settings.
public class SynapseManagedVirtualNetworkSettings : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Synapse.Models.SynapseManagedVirtualNetworkSettings>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Synapse.Models.SynapseManagedVirtualNetworkSettings>
public class SynapseManagedVirtualNetworkSettings
type SynapseManagedVirtualNetworkSettings = class
interface IJsonModel<SynapseManagedVirtualNetworkSettings>
interface IPersistableModel<SynapseManagedVirtualNetworkSettings>
type SynapseManagedVirtualNetworkSettings = class
Public Class SynapseManagedVirtualNetworkSettings
Implements IJsonModel(Of SynapseManagedVirtualNetworkSettings), IPersistableModel(Of SynapseManagedVirtualNetworkSettings)
Public Class SynapseManagedVirtualNetworkSettings
- Inheritance
-
SynapseManagedVirtualNetworkSettings
- Implements
Constructors
SynapseManagedVirtualNetworkSettings() |
Initializes a new instance of SynapseManagedVirtualNetworkSettings. |
Properties
AllowedAadTenantIdsForLinking |
Allowed Aad Tenant Ids For Linking. |
EnableLinkedAccessCheckOnTargetResource |
Linked Access Check On Target Resource. |
PreventDataExfiltration |
Prevent Data Exfiltration. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |
Explicit Interface Implementations
IJsonModel<SynapseManagedVirtualNetworkSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<SynapseManagedVirtualNetworkSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<SynapseManagedVirtualNetworkSettings>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<SynapseManagedVirtualNetworkSettings>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<SynapseManagedVirtualNetworkSettings>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET