FqdnOutboundRule Class

Definition

FQDN Outbound Rule for the managed network of a machine learning workspace.

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

Constructors

FqdnOutboundRule()

Initializes a new instance of FqdnOutboundRule.

Properties

Category

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

(Inherited from MachineLearningOutboundRule)
Destination

Gets or sets the destination.

Status

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

(Inherited from MachineLearningOutboundRule)

Explicit Interface Implementations

IJsonModel<FqdnOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FqdnOutboundRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MachineLearningOutboundRule)
IJsonModel<MachineLearningOutboundRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningOutboundRule)
IPersistableModel<FqdnOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FqdnOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FqdnOutboundRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningOutboundRule)
IPersistableModel<MachineLearningOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MachineLearningOutboundRule)
IPersistableModel<MachineLearningOutboundRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningOutboundRule)

Applies to