ArmMachineLearningModelFactory.FqdnOutboundRule 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.
FQDN Outbound Rule for the managed network of a machine learning workspace.
public static Azure.ResourceManager.MachineLearning.Models.FqdnOutboundRule FqdnOutboundRule(Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory? category = default, Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus? status = default, string errorInformation = default, System.Collections.Generic.IEnumerable<string> parentRuleNames = default, string destination = default);
static member FqdnOutboundRule : Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory> * Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus> * string * seq<string> * string -> Azure.ResourceManager.MachineLearning.Models.FqdnOutboundRule
Public Shared Function FqdnOutboundRule (Optional category As Nullable(Of OutboundRuleCategory) = Nothing, Optional status As Nullable(Of OutboundRuleStatus) = Nothing, Optional errorInformation As String = Nothing, Optional parentRuleNames As IEnumerable(Of String) = Nothing, Optional destination As String = Nothing) As FqdnOutboundRule
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.
- errorInformation
- String
Error information about an outbound rule of a machine learning workspace if RuleStatus is failed.
- parentRuleNames
- IEnumerable<String>
- destination
- String
Returns
A new FqdnOutboundRule instance for mocking.