FqdnOutboundRule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
FqdnOutboundRule() |
Creates an new FqdnOutboundRule instance. |
Properties
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
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. |