다음을 통해 공유


PrivateEndpointOutboundRule Class

Definition

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

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

Constructors

PrivateEndpointOutboundRule()

Initializes a new instance of PrivateEndpointOutboundRule.

Properties

Category

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

(Inherited from MachineLearningOutboundRule)
Destination

Private Endpoint destination for a Private Endpoint 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<PrivateEndpointOutboundRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PrivateEndpointOutboundRule>.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<PrivateEndpointOutboundRule>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PrivateEndpointOutboundRule>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PrivateEndpointOutboundRule>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to