Lingua

ArmMachineLearningModelFactory.MachineLearningFqdnEndpoints Method

Definition

The MachineLearningFqdnEndpoints.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoints MachineLearningFqdnEndpoints(string category = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoint> endpoints = default);
static member MachineLearningFqdnEndpoints : string * seq<Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoint> -> Azure.ResourceManager.MachineLearning.Models.MachineLearningFqdnEndpoints
Public Shared Function MachineLearningFqdnEndpoints (Optional category As String = Nothing, Optional endpoints As IEnumerable(Of MachineLearningFqdnEndpoint) = Nothing) As MachineLearningFqdnEndpoints

Parameters

category
String

Returns

A new MachineLearningFqdnEndpoints instance for mocking.

Applies to