ServiceTagOutboundRule Class

Definition

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

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

Constructors

ServiceTagOutboundRule()

Initializes a new instance of ServiceTagOutboundRule.

Properties

Category

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

(Inherited from MachineLearningOutboundRule)
Destination

Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.

Status

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

(Inherited from MachineLearningOutboundRule)

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.

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningOutboundRule)
IJsonModel<ServiceTagOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ServiceTagOutboundRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<ServiceTagOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceTagOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ServiceTagOutboundRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to