ArmMachineLearningModelFactory.PrivateEndpointOutboundRule 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.
Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
public static Azure.ResourceManager.MachineLearning.Models.PrivateEndpointOutboundRule PrivateEndpointOutboundRule(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.PrivateEndpointDestination destination = default, System.Collections.Generic.IEnumerable<string> fqdns = default);
static member PrivateEndpointOutboundRule : Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleCategory> * Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus> * string * seq<string> * Azure.ResourceManager.MachineLearning.Models.PrivateEndpointDestination * seq<string> -> Azure.ResourceManager.MachineLearning.Models.PrivateEndpointOutboundRule
Public Shared Function PrivateEndpointOutboundRule (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 PrivateEndpointDestination = Nothing, Optional fqdns As IEnumerable(Of String) = Nothing) As PrivateEndpointOutboundRule
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
- PrivateEndpointDestination
Private Endpoint destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
- fqdns
- IEnumerable<String>
Returns
A new PrivateEndpointOutboundRule instance for mocking.