Lingua

ManagedNetworkSettings Class

Definition

Managed Network settings for a machine learning workspace.

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

Constructors

Name Description
ManagedNetworkSettings()

Initializes a new instance of ManagedNetworkSettings.

Properties

Name Description
EnableNetworkMonitor

A flag to indicate if monitoring needs to be enabled for the managed network.

FirewallPublicIPAddress

Public IP address assigned to the Azure Firewall.

FirewallSku

Firewall Sku used for FQDN Rules.

IsolationMode

Isolation mode for the managed network of a machine learning workspace.

ManagedNetworkKind

The Kind of the managed network. Users can switch from V1 to V2 for granular access controls, but cannot switch back to V1 once V2 is enabled.

NetworkId

Gets the NetworkId.

OutboundRules

Dictionary of <OutboundRule>.

Status

Status of the Provisioning for the managed network of a machine learning workspace.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ManagedNetworkSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedNetworkSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ManagedNetworkSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedNetworkSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedNetworkSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to