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

ManagedNetworkSettings()

Initializes a new instance of ManagedNetworkSettings.

Properties

IsolationMode

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

NetworkId

Gets the network id.

OutboundRules

Dictionary of <OutboundRule> Please note MachineLearningOutboundRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FqdnOutboundRule, PrivateEndpointOutboundRule and ServiceTagOutboundRule.

Status

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

Explicit Interface Implementations

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