Share via


ManagedNetworkSettings.OutboundRules Property

Definition

Dictionary of <OutboundRule> Please note MachineLearningOutboundRule is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FqdnOutboundRule, PrivateEndpointOutboundRule and ServiceTagOutboundRule.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule> OutboundRules { get; set; }
member this.OutboundRules : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule> with get, set
Public Property OutboundRules As IDictionary(Of String, MachineLearningOutboundRule)

Property Value

Applies to