Partilhar via


ArmMachineLearningModelFactory.MachineLearningOutboundRuleBasicData Método

Definição

Inicializa uma nova instância de MachineLearningOutboundRuleBasicData.

public static Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicData MachineLearningOutboundRuleBasicData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule properties = default);
static member MachineLearningOutboundRuleBasicData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.MachineLearning.Models.MachineLearningOutboundRule -> Azure.ResourceManager.MachineLearning.MachineLearningOutboundRuleBasicData
Public Shared Function MachineLearningOutboundRuleBasicData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As MachineLearningOutboundRule = Nothing) As MachineLearningOutboundRuleBasicData

Parâmetros

name
String

O nome.

resourceType
ResourceType

O resourceType.

systemData
SystemData

O systemData.

properties
MachineLearningOutboundRule

Regra de saída para a rede gerenciada de um workspace de machine learning. MachineLearningOutboundRule Observe que é a classe base. De acordo com o cenário, uma classe derivada da classe base pode precisar ser atribuída aqui ou essa propriedade precisa ser convertida em uma das classes derivadas possíveis. As classes derivadas disponíveis incluem FqdnOutboundRulee ServiceTagOutboundRulePrivateEndpointOutboundRule .

Retornos

Uma nova MachineLearningOutboundRuleBasicData instância para zombar.

Aplica-se a