共用方式為


ArmMachineLearningModelFactory.MachineLearningFqdnEndpointsProperties Method

Definition

Initializes a new instance of MachineLearningFqdnEndpointsProperties.

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

Parameters

category
String

Returns

A new MachineLearningFqdnEndpointsProperties instance for mocking.

Applies to