MachineLearningTriggerType Estructura
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í.
The MachineLearningTriggerType.
public readonly struct MachineLearningTriggerType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningTriggerType>
type MachineLearningTriggerType = struct
Public Structure MachineLearningTriggerType
Implements IEquatable(Of MachineLearningTriggerType)
- Herencia
-
MachineLearningTriggerType
- Implementaciones
Constructores
MachineLearningTriggerType(String) |
Inicializa una nueva instancia de la clase MachineLearningTriggerType. |
Propiedades
Cron |
Cron. |
Recurrence |
Repetición. |
Métodos
Equals(MachineLearningTriggerType) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(MachineLearningTriggerType, MachineLearningTriggerType) |
Determina si dos MachineLearningTriggerType valores son los mismos. |
Implicit(String to MachineLearningTriggerType) |
Convierte una cadena en un MachineLearningTriggerType. |
Inequality(MachineLearningTriggerType, MachineLearningTriggerType) |
Determina si dos MachineLearningTriggerType valores no son los mismos. |
Se aplica a
Azure SDK for .NET