Udostępnij przez


FqdnOutboundRule Class

Definition

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

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FqdnOutboundRuleTypeConverter))]
public class FqdnOutboundRule : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnOutboundRule, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FqdnOutboundRuleTypeConverter))>]
type FqdnOutboundRule = class
    interface IFqdnOutboundRule
    interface IJsonSerializable
    interface IOutboundRule
    interface IValidates
Public Class FqdnOutboundRule
Implements IFqdnOutboundRule, IValidates
Inheritance
FqdnOutboundRule
Attributes
Implements

Constructors

Name Description
FqdnOutboundRule()

Creates an new FqdnOutboundRule instance.

Properties

Name Description
Category

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

Destination
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

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of FqdnOutboundRule.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of FqdnOutboundRule.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFqdnOutboundRule.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of FqdnOutboundRule into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to