ArmMachineLearningModelFactory.MachineLearningFqdnEndpoints 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.
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
- endpoints
- IEnumerable<MachineLearningFqdnEndpoint>
Returns
A new MachineLearningFqdnEndpoints instance for mocking.