Share via


ManagedNetworkSettingsOutboundRules Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedNetworkSettingsOutboundRulesTypeConverter))]
public class ManagedNetworkSettingsOutboundRules : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IManagedNetworkSettingsOutboundRules, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IAssociativeArray<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IOutboundRule>
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.ManagedNetworkSettingsOutboundRulesTypeConverter))>]
type ManagedNetworkSettingsOutboundRules = class
    interface IManagedNetworkSettingsOutboundRules
    interface IJsonSerializable
    interface IAssociativeArray<IOutboundRule>
Public Class ManagedNetworkSettingsOutboundRules
Implements IAssociativeArray(Of IOutboundRule), IManagedNetworkSettingsOutboundRules
Inheritance
ManagedNetworkSettingsOutboundRules
Attributes
Implements

Constructors

ManagedNetworkSettingsOutboundRules()

Creates an new ManagedNetworkSettingsOutboundRules instance.

Fields

__additionalProperties

Properties

Item[String]

Methods

Add(String, IOutboundRule)
Clear()
ContainsKey(String)
CopyFrom(IDictionary)
CopyFrom(PSObject)
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ManagedNetworkSettingsOutboundRules.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ManagedNetworkSettingsOutboundRules.

FromJson(JsonNode)

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

FromJsonString(String)

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

Remove(String)
ToJson(JsonObject, SerializationMode)

Serializes this instance of ManagedNetworkSettingsOutboundRules into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
TryGetValue(String, IOutboundRule)

Operators

Implicit(ManagedNetworkSettingsOutboundRules to Dictionary<String,IOutboundRule>)

Explicit Interface Implementations

IAssociativeArray<IOutboundRule>.AdditionalProperties
IAssociativeArray<IOutboundRule>.Count
IAssociativeArray<IOutboundRule>.Keys
IAssociativeArray<IOutboundRule>.Values

Applies to