ArmMachineLearningModelFactory.MachineLearningPrivateEndpoint 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.
Initializes a new instance of MachineLearningPrivateEndpoint.
public static Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint MachineLearningPrivateEndpoint (Azure.Core.ResourceIdentifier id = default, Azure.Core.ResourceIdentifier subnetArmId = default);
static member MachineLearningPrivateEndpoint : Azure.Core.ResourceIdentifier * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.MachineLearning.Models.MachineLearningPrivateEndpoint
Public Shared Function MachineLearningPrivateEndpoint (Optional id As ResourceIdentifier = Nothing, Optional subnetArmId As ResourceIdentifier = Nothing) As MachineLearningPrivateEndpoint
Parameters
e.g. /subscriptions/{networkSubscriptionId}/resourceGroups/{rgName}/providers/Microsoft.Network/privateEndpoints/{privateEndpointName}.
- subnetArmId
- ResourceIdentifier
The subnetId that the private endpoint is connected to.
Returns
A new MachineLearningPrivateEndpoint instance for mocking.