你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MachineLearningOutboundRule Class

Definition

Outbound Rule for the managed network of a machine learning workspace. 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.

[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

MachineLearningOutboundRule()

Initializes a new instance of MachineLearningOutboundRule.

Properties

Category

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

Status

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

Explicit Interface Implementations

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