ArmMachineLearningModelFactory.MachineLearningOutboundRule Method
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.
Outbound Rule for the managed network of a machine learning workspace. Please note this is the abstract base class. The derived classes available for instantiation are: FqdnOutboundRule, PrivateEndpointOutboundRule, and ServiceTagOutboundRule.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule MachineLearningOutboundRule(Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory? category = default, Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus? status = default, string type = default, string errorInformation = default, System.Collections.Generic.IEnumerable<string> parentRuleNames = default);
static member MachineLearningOutboundRule : Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory> * Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus> * string * string * seq<string> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule
Public Shared Function MachineLearningOutboundRule (Optional category As Nullable(Of OutboundRuleCategory) = Nothing, Optional status As Nullable(Of OutboundRuleStatus) = Nothing, Optional type As String = Nothing, Optional errorInformation As String = Nothing, Optional parentRuleNames As IEnumerable(Of String) = Nothing) As MachineLearningOutboundRule
Parameters
- category
- Nullable<OutboundRuleCategory>
Category of a managed network Outbound Rule of a machine learning workspace.
- status
- Nullable<OutboundRuleStatus>
Type of a managed network Outbound Rule of a machine learning workspace.
- type
- String
Type of a managed network Outbound Rule of a machine learning workspace.
- errorInformation
- String
Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
- parentRuleNames
- IEnumerable<String>
Returns
A new MachineLearningOutboundRule instance for mocking.