Lingua

MachineLearningOutboundRule Class

Definition

Outbound Rule for the managed network of a machine learning workspace. Please note this is the abstract base class. The derived classes available for instantiation are: FqdnOutboundRule, PrivateEndpointOutboundRule, and ServiceTagOutboundRule.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownOutboundRule))]
public abstract class MachineLearningOutboundRule : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule>
public abstract class MachineLearningOutboundRule
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.MachineLearning.Models.UnknownOutboundRule))>]
type MachineLearningOutboundRule = class
    interface IJsonModel<MachineLearningOutboundRule>
    interface IPersistableModel<MachineLearningOutboundRule>
type MachineLearningOutboundRule = class
Public MustInherit Class MachineLearningOutboundRule
Implements IJsonModel(Of MachineLearningOutboundRule), IPersistableModel(Of MachineLearningOutboundRule)
Public MustInherit Class MachineLearningOutboundRule
Inheritance
MachineLearningOutboundRule
Derived
Attributes
Implements

Constructors

Name Description
MachineLearningOutboundRule()

Initializes a new instance of MachineLearningOutboundRule.

Properties

Name Description
Category

Category of a managed network Outbound Rule of a machine learning workspace.

ErrorInformation

Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.

ParentRuleNames

Gets the ParentRuleNames.

Status

Type of a managed network Outbound Rule 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<MachineLearningOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningOutboundRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningOutboundRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to