ArmMachineLearningModelFactory.PrivateEndpointDestination 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 destination for a Private Endpoint Outbound Rule for the managed network of a machine learning workspace.
public static Azure.ResourceManager.MachineLearning.Models.PrivateEndpointDestination PrivateEndpointDestination(Azure.Core.ResourceIdentifier serviceResourceId = default, bool? sparkEnabled = default, Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus? sparkStatus = default, string subresourceTarget = default);
static member PrivateEndpointDestination : Azure.Core.ResourceIdentifier * Nullable<bool> * Nullable<Azure.ResourceManager.MachineLearning.Models.OutboundRuleStatus> * string -> Azure.ResourceManager.MachineLearning.Models.PrivateEndpointDestination
Public Shared Function PrivateEndpointDestination (Optional serviceResourceId As ResourceIdentifier = Nothing, Optional sparkEnabled As Nullable(Of Boolean) = Nothing, Optional sparkStatus As Nullable(Of OutboundRuleStatus) = Nothing, Optional subresourceTarget As String = Nothing) As PrivateEndpointDestination
Parameters
- serviceResourceId
- ResourceIdentifier
- sparkStatus
- Nullable<OutboundRuleStatus>
Type of a managed network Outbound Rule of a machine learning workspace.
- subresourceTarget
- String
Returns
A new PrivateEndpointDestination instance for mocking.