Compartilhar via


OutboundRule Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutboundRuleTypeConverter))]
public class OutboundRule : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOutboundRule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.OutboundRuleTypeConverter))>]
type OutboundRule = class
    interface IOutboundRule
    interface IJsonSerializable
Public Class OutboundRule
Implements IOutboundRule
Inheritance
OutboundRule
Attributes
Implements

Constructors

OutboundRule()

Creates an new OutboundRule instance.

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.

Type

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

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OutboundRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OutboundRule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOutboundRule. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOutboundRule interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of OutboundRule, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OutboundRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to