ArmMachineLearningModelFactory.ServiceTagOutboundRule 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.
Service Tag Outbound Rule for the managed network of a machine learning workspace.
public static Azure.ResourceManager.MachineLearning.Models.ServiceTagOutboundRule ServiceTagOutboundRule(Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory? category = default, Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus? status = default, string errorInformation = default, System.Collections.Generic.IEnumerable<string> parentRuleNames = default, Azure.ResourceManager.MachineLearning.Models.ServiceTagDestination destination = default);
static member ServiceTagOutboundRule : Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory> * Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus> * string * seq<string> * Azure.ResourceManager.MachineLearning.Models.ServiceTagDestination -> Azure.ResourceManager.MachineLearning.Models.ServiceTagOutboundRule
Public Shared Function ServiceTagOutboundRule (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 ServiceTagDestination = Nothing) As ServiceTagOutboundRule
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
- ServiceTagDestination
Service Tag destination for a Service Tag Outbound Rule for the managed network of a machine learning workspace.
Returns
A new ServiceTagOutboundRule instance for mocking.