ArmMachineLearningModelFactory.MachineLearningOutboundRuleBasicData Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Inicializa una nueva instancia 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
El identificador.
- name
- String
Nombre.
- resourceType
- ResourceType
ResourceType.
- systemData
- SystemData
SystemData.
- properties
- MachineLearningOutboundRule
Regla de salida para la red administrada de un área de trabajo de Machine Learning. Tenga en cuenta MachineLearningOutboundRule que es la clase base. Según el escenario, es posible que sea necesario asignar una clase derivada de la clase base aquí, o esta propiedad debe convertirse en una de las posibles clases derivadas. Las clases derivadas disponibles incluyen FqdnOutboundRule, PrivateEndpointOutboundRule y ServiceTagOutboundRule.
Devoluciones
MachineLearningOutboundRuleBasicData Nueva instancia para simular.